#106675 Report by node travis-ci covering 2182 tests from 56 modules resulted into 10 errors

Report

ObsPy version
1.1.1.post0+976.g2c3c43fe00.o…
GitHub Pull Request
-
Report file
XML document
Total runtime
976.4 sec
Report date/time
Nov. 27, 2019, 10:51 a.m.

System / Python

Architecture
64bit
Machine
x86_64
Node
travis-ci
Processor
i386
Python Compiler
Clang 4.0.1 (tags/RELEASE_401/final)
Python Implementation
CPython
Python Version
3.7.3
Release
17.4.0
System
Darwin
Version
Darwin Kernel Version 17.4.0: Sun Dec 17 09:19:54 PST 2017; root:xnu-4570.41.2~1/RELEASE_X86_64

Dependencies

cartopy
---
decorator
4.4.1
flake8
---
future
0.18.2
geographiclib
1.50
lxml.etree
4.4.2
m2crypto
---
matplotlib
3.1.2
mock
3.0.5
mpl_toolkits.basemap
1.2.1
numpy
1.17.3
pep8-naming
---
pyflakes
---
pyimgur
0.5.2
pyproj
1.9.6
requests
2.22.0
scipy
1.3.2
setuptools
42.0.1.post20191125
shapefile
2.1.0
sqlalchemy
1.3.11

Modules (56)

Module Errors / Failures Tracebacks
obspy.clients.arclink 2 1 2
obspy.clients.earthworm 2 3 4
obspy.clients.fdsn 1 5
obspy.clients.filesystem - -
obspy.clients.iris - -
obspy.clients.neic - -
obspy.clients.nrl - -
obspy.clients.seedlink 5 6 7 8 9 10
obspy.clients.seishub - -
obspy.clients.syngine - -
obspy.core - -
obspy.db - -
obspy.geodetics - -
obspy.imaging - -
obspy.io.ah - -
obspy.io.arclink - -
obspy.io.ascii - -
obspy.io.cmtsolution - -
obspy.io.cnv - -
obspy.io.css - -
obspy.io.focmec - -
obspy.io.gcf - -
obspy.io.gse2 - -
obspy.io.iaspei - -
obspy.io.json - -
obspy.io.kinemetrics - -
obspy.io.kml - -
obspy.io.mseed - -
obspy.io.ndk - -
obspy.io.nied - -
obspy.io.nlloc - -
obspy.io.nordic - -
obspy.io.pdas - -
obspy.io.pde - -
obspy.io.quakeml - -
obspy.io.reftek - -
obspy.io.rg16 - -
obspy.io.sac - -
obspy.io.scardec - -
obspy.io.seg2 - -
obspy.io.segy - -
obspy.io.seisan - -
obspy.io.seiscomp - -
obspy.io.sh - -
obspy.io.shapefile - -
obspy.io.stationtxt - -
obspy.io.stationxml - -
obspy.io.wav - -
obspy.io.win - -
obspy.io.xseed - -
obspy.io.y - -
obspy.io.zmap - -
obspy.realtime - -
obspy.scripts - -
obspy.signal - -
obspy.taup - -
Summary 10 10

Tracebacks (10)

Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/clients/arclink/tests/test_client.py", line 135, in test_get_routing
self.assertEqual(results, expected_routing_iv)
AssertionError: {'IV.[54 chars] 0, 0), 'end': None, 'host': 'eidaws.ingv.it', 'port': 18002}]} != {'IV.[54 chars] 0, 0), 'host': 'eida.ingv.it', 'end': None, 'port': 18002}]}
{'IV...': [{'end': None,
- 'host': 'eidaws.ingv.it',
? --
+ 'host': 'eida.ingv.it',
'port': 18002,
'priority': 1,
'start': UTCDateTime(1988, 1, 1, 0, 0)}]}
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/clients/arclink/tests/test_client.py", line 428, in test_get_stations
self.assertTrue(expected in result)
AssertionError: False is not true
Traceback (most recent call last):
File "</Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/decorator.py:decorator-gen-64>", line 2, in test_save_waveform
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/core/util/decorator.py", line 126, in skip_on_network_error
return func(*args, **kwargs)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/clients/earthworm/tests/test_client.py", line 97, in test_save_waveform
format="SLIST")
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/clients/earthworm/client.py", line 167, in save_waveforms
st.write(filename, format=format)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/core/stream.py", line 1437, in write
raise ObsPyException(msg)
obspy.core.util.obspy_types.ObsPyException: Can not write empty stream to file.
Traceback (most recent call last):
File "</Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/decorator.py:decorator-gen-63>", line 2, in test_get_waveform
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/core/util/decorator.py", line 126, in skip_on_network_error
return func(*args, **kwargs)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/clients/earthworm/tests/test_client.py", line 41, in test_get_waveform
self.assertEqual(len(stream), 1)
AssertionError: 0 != 1
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/clients/fdsn/tests/test_eidaws_routing_client.py", line 327, in test_get_waveforms_integration_test
self.assertGreaterEqual(len(st), 1)
AssertionError: 0 not greater than or equal to 1
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/clients/seedlink/tests/test_basic_client.py", line 43, in test_get_waveform
_test_offset_from_realtime(offset)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/clients/seedlink/tests/test_basic_client.py", line 24, in _test_offset_from_realtime
st = self.client.get_waveforms(*request)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/clients/seedlink/basic_client.py", line 148, in get_waveforms
return self._multiselect_request(multiselect, starttime, endtime)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/clients/seedlink/basic_client.py", line 187, in _multiselect_request
self._slclient.run(packet_handler=self._packet_handler)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/clients/seedlink/slclient.py", line 243, in run
slpack = self.slconn.collect()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/clients/seedlink/client/seedlinkconnection.py", line 749, in collect
raise SeedLinkException(msg)
obspy.clients.seedlink.seedlinkexception.SeedLinkException: 'problems with the connection description'
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/clients/seedlink/tests/test_basic_client.py", line 109, in test_multiple_waveform_requests_with_multiple_info_requests
_test_offset_from_realtime(offset)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/clients/seedlink/tests/test_basic_client.py", line 80, in _test_offset_from_realtime
st = self.client.get_waveforms("*", "F?F", "??", "B??", t, t + 5)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/clients/seedlink/basic_client.py", line 148, in get_waveforms
return self._multiselect_request(multiselect, starttime, endtime)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/clients/seedlink/basic_client.py", line 187, in _multiselect_request
self._slclient.run(packet_handler=self._packet_handler)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/clients/seedlink/slclient.py", line 243, in run
slpack = self.slconn.collect()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/clients/seedlink/client/seedlinkconnection.py", line 749, in collect
raise SeedLinkException(msg)
obspy.clients.seedlink.seedlinkexception.SeedLinkException: 'problems with the connection description'
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/doctest.py", line 2196, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.clients.seedlink.basic_client.Client.get_info
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/clients/seedlink/basic_client.py", line 195, in get_info
----------------------------------------------------------------------
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/clients/seedlink/basic_client.py", line 204, in obspy.clients.seedlink.basic_client.Client.get_info
Failed example:
print(info)
Expected:
[('G', 'FDF')]
Got:
[]
----------------------------------------------------------------------
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/clients/seedlink/basic_client.py", line 208, in obspy.clients.seedlink.basic_client.Client.get_info
Failed example:
print(info) # doctest: +NORMALIZE_WHITESPACE
Expected:
[('G', 'FDF', '00', 'BHZ'),
('G', 'FDF', '00', 'HNZ'),
('G', 'FDF', '00', 'LHZ')]
Got:
[]
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/doctest.py", line 2196, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.clients.seedlink.basic_client.Client.get_waveforms
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/clients/seedlink/basic_client.py", line 75, in get_waveforms
----------------------------------------------------------------------
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/clients/seedlink/basic_client.py", line 82, in obspy.clients.seedlink.basic_client.Client.get_waveforms
Failed example:
st = client.get_waveforms("G", "FDF", "00", "BHZ", t, t + 5)
Exception raised:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/doctest.py", line 1329, in __run
compileflags, 1), test.globs)
File "<doctest obspy.clients.seedlink.basic_client.Client.get_waveforms[3]>", line 1, in <module>
st = client.get_waveforms("G", "FDF", "00", "BHZ", t, t + 5)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/clients/seedlink/basic_client.py", line 148, in get_waveforms
return self._multiselect_request(multiselect, starttime, endtime)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/clients/seedlink/basic_client.py", line 187, in _multiselect_request
self._slclient.run(packet_handler=self._packet_handler)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/clients/seedlink/slclient.py", line 243, in run
slpack = self.slconn.collect()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/clients/seedlink/client/seedlinkconnection.py", line 749, in collect
raise SeedLinkException(msg)
obspy.clients.seedlink.seedlinkexception.SeedLinkException: 'problems with the connection description'
----------------------------------------------------------------------
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/clients/seedlink/basic_client.py", line 83, in obspy.clients.seedlink.basic_client.Client.get_waveforms
Failed example:
print(st) # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/doctest.py", line 1329, in __run
compileflags, 1), test.globs)
File "<doctest obspy.clients.seedlink.basic_client.Client.get_waveforms[4]>", line 1, in <module>
print(st) # doctest: +ELLIPSIS
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/clients/seedlink/basic_client.py", line 90, in obspy.clients.seedlink.basic_client.Client.get_waveforms
Failed example:
st = client.get_waveforms("G", "FDF", "??", "B??", t, t + 5)
Exception raised:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/doctest.py", line 1329, in __run
compileflags, 1), test.globs)
File "<doctest obspy.clients.seedlink.basic_client.Client.get_waveforms[5]>", line 1, in <module>
st = client.get_waveforms("G", "FDF", "??", "B??", t, t + 5)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/clients/seedlink/basic_client.py", line 148, in get_waveforms
return self._multiselect_request(multiselect, starttime, endtime)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/clients/seedlink/basic_client.py", line 187, in _multiselect_request
self._slclient.run(packet_handler=self._packet_handler)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/clients/seedlink/slclient.py", line 243, in run
slpack = self.slconn.collect()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/clients/seedlink/client/seedlinkconnection.py", line 749, in collect
raise SeedLinkException(msg)
obspy.clients.seedlink.seedlinkexception.SeedLinkException: 'problems with the connection description'
----------------------------------------------------------------------
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/clients/seedlink/basic_client.py", line 91, in obspy.clients.seedlink.basic_client.Client.get_waveforms
Failed example:
st = st.sort(reverse=True)
Exception raised:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/doctest.py", line 1329, in __run
compileflags, 1), test.globs)
File "<doctest obspy.clients.seedlink.basic_client.Client.get_waveforms[6]>", line 1, in <module>
st = st.sort(reverse=True)
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/clients/seedlink/basic_client.py", line 92, in obspy.clients.seedlink.basic_client.Client.get_waveforms
Failed example:
print(st) # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/doctest.py", line 1329, in __run
compileflags, 1), test.globs)
File "<doctest obspy.clients.seedlink.basic_client.Client.get_waveforms[7]>", line 1, in <module>
print(st) # doctest: +ELLIPSIS
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/clients/seedlink/basic_client.py", line 101, in obspy.clients.seedlink.basic_client.Client.get_waveforms
Failed example:
st = client.get_waveforms("*", "FDF", "*", "B*", t, t + 5)
Exception raised:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/doctest.py", line 1329, in __run
compileflags, 1), test.globs)
File "<doctest obspy.clients.seedlink.basic_client.Client.get_waveforms[8]>", line 1, in <module>
st = client.get_waveforms("*", "FDF", "*", "B*", t, t + 5)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/clients/seedlink/basic_client.py", line 148, in get_waveforms
return self._multiselect_request(multiselect, starttime, endtime)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/clients/seedlink/basic_client.py", line 187, in _multiselect_request
self._slclient.run(packet_handler=self._packet_handler)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/clients/seedlink/slclient.py", line 243, in run
slpack = self.slconn.collect()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/clients/seedlink/client/seedlinkconnection.py", line 749, in collect
raise SeedLinkException(msg)
obspy.clients.seedlink.seedlinkexception.SeedLinkException: 'problems with the connection description'
----------------------------------------------------------------------
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/clients/seedlink/basic_client.py", line 102, in obspy.clients.seedlink.basic_client.Client.get_waveforms
Failed example:
st = st.sort(reverse=True)
Exception raised:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/doctest.py", line 1329, in __run
compileflags, 1), test.globs)
File "<doctest obspy.clients.seedlink.basic_client.Client.get_waveforms[9]>", line 1, in <module>
st = st.sort(reverse=True)
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/clients/seedlink/basic_client.py", line 103, in obspy.clients.seedlink.basic_client.Client.get_waveforms
Failed example:
print(st) # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/doctest.py", line 1329, in __run
compileflags, 1), test.globs)
File "<doctest obspy.clients.seedlink.basic_client.Client.get_waveforms[10]>", line 1, in <module>
print(st) # doctest: +ELLIPSIS
NameError: name 'st' is not defined
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/clients/seedlink/tests/test_basic_client.py", line 58, in test_get_info
self.assertIn(('G', 'FDF'), info)
AssertionError: ('G', 'FDF') not found in [('G', 'FDFM'), ('G', 'FOMA'), ('G', 'FUTU'), ('PF', 'FEU'), ('PF', 'FJS'), ('PF', 'FLR'), ('PF', 'FOR'), ('PF', 'FRE')]

Skipped tests (43)

Submodule Test Skip message
clients.arclink test_m2crypto (obspy.clients.arclink.tests.test_decrypt.ClientTestCase) M2Crypto is not installed
clients.arclink test_pycrypto (obspy.clients.arclink.tests.test_decrypt.ClientTestCase) PyCrypto is not installed
clients.seedlink test_info (obspy.clients.seedlink.tests.test_slclient.SLClientTestCase) test must be started manually
clients.seedlink test_issue708 (obspy.clients.seedlink.tests.test_slclient.SLClientTestCase) test must be started manually
clients.seedlink test_time_window (obspy.clients.seedlink.tests.test_slclient.SLClientTestCase) test must be started manually
clients.seishub test_get_channel_ids (obspy.clients.seishub.tests.test_client.ClientTestCase) Seishub test server not reachable.
clients.seishub test_get_coordinates (obspy.clients.seishub.tests.test_client.ClientTestCase) Seishub test server not reachable.
clients.seishub test_get_event_list (obspy.clients.seishub.tests.test_client.ClientTestCase) Seishub test server not reachable.
clients.seishub test_get_location_ids (obspy.clients.seishub.tests.test_client.ClientTestCase) Seishub test server not reachable.
clients.seishub test_get_network_ids (obspy.clients.seishub.tests.test_client.ClientTestCase) Seishub test server not reachable.
clients.seishub test_get_paz (obspy.clients.seishub.tests.test_client.ClientTestCase) Seishub test server not reachable.
clients.seishub test_get_preview (obspy.clients.seishub.tests.test_client.ClientTestCase) Seishub test server not reachable.
clients.seishub test_get_preview_by_ids (obspy.clients.seishub.tests.test_client.ClientTestCase) Seishub test server not reachable.
clients.seishub test_get_station_ids (obspy.clients.seishub.tests.test_client.ClientTestCase) Seishub test server not reachable.
clients.seishub test_get_waveform_with_metadata (obspy.clients.seishub.tests.test_client.ClientTestCase) Seishub test server not reachable.
clients.seishub test_get_waveforms (obspy.clients.seishub.tests.test_client.ClientTestCase) Seishub test server not reachable.
clients.seishub test_localcache (obspy.clients.seishub.tests.test_client.ClientTestCase) Seishub test server not reachable.
clients.seishub test_ping (obspy.clients.seishub.tests.test_client.ClientTestCase) Seishub test server not reachable.
core test_flake8 (obspy.core.tests.test_code_formatting.CodeFormattingTestCase) Formatting tests require at least flake8 3.0.
core test_catalog_plot_global (obspy.core.tests.test_event.CatalogBasemapTestCase) matplotlib 3.0.1 is not campatible with basemap
core test_catalog_plot_local (obspy.core.tests.test_event.CatalogBasemapTestCase) matplotlib 3.0.1 is not campatible with basemap
core test_catalog_plot_ortho (obspy.core.tests.test_event.CatalogBasemapTestCase) matplotlib 3.0.1 is not campatible with basemap
core test_catalog_plot_ortho_longitude_wrap (obspy.core.tests.test_event.CatalogBasemapTestCase) matplotlib 3.0.1 is not campatible with basemap
core test_plot_catalog_before_1900 (obspy.core.tests.test_event.CatalogBasemapTestCase) matplotlib 3.0.1 is not campatible with basemap
core test_catalog_plot_global (obspy.core.tests.test_event.CatalogCartopyTestCase) Cartopy not installed or too old
core test_catalog_plot_local (obspy.core.tests.test_event.CatalogCartopyTestCase) Cartopy not installed or too old
core test_catalog_plot_ortho (obspy.core.tests.test_event.CatalogCartopyTestCase) Cartopy not installed or too old
core test_catalog_plot_ortho_longitude_wrap (obspy.core.tests.test_event.CatalogCartopyTestCase) Cartopy not installed or too old
core test_plot_farfield_without_quiver_with_maps (obspy.core.tests.test_event.EventTestCase) matplotlib 3.0.1 is not campatible with basemap
core test_combined_station_event_plot (obspy.core.tests.test_inventory.InventoryBasemapTestCase) matplotlib 3.0.1 is not compatible with basemap
core test_location_plot_global (obspy.core.tests.test_inventory.InventoryBasemapTestCase) matplotlib 3.0.1 is not compatible with basemap
core test_location_plot_local (obspy.core.tests.test_inventory.InventoryBasemapTestCase) matplotlib 3.0.1 is not compatible with basemap
core test_location_plot_ortho (obspy.core.tests.test_inventory.InventoryBasemapTestCase) matplotlib 3.0.1 is not compatible with basemap
core test_location_plot_global (obspy.core.tests.test_inventory.InventoryCartopyTestCase) cartopy not installed
core test_location_plot_local (obspy.core.tests.test_inventory.InventoryCartopyTestCase) cartopy not installed
core test_location_plot_ortho (obspy.core.tests.test_inventory.InventoryCartopyTestCase) cartopy not installed
core test_location_plot_global (obspy.core.tests.test_network.NetworkBasemapTestCase) unsupported proj4 library
core test_location_plot_global (obspy.core.tests.test_network.NetworkCartopyTestCase) cartopy not installed
core test_location_plot_local (obspy.core.tests.test_network.NetworkCartopyTestCase) cartopy not installed
core test_location_plot_ortho (obspy.core.tests.test_network.NetworkCartopyTestCase) cartopy not installed
geodetics test_gps_2_dist_azimuth_bug150 (obspy.geodetics.tests.test_util_geodetics.UtilGeodeticsTestCase) Module geographiclib is installed, not using calc_vincenty_inverse
imaging test_script_plot (obspy.imaging.tests.test_mopad_script.MopadTestCase) Currently broken until further review.
signal test_ppsd_spectrogram_plot (obspy.signal.tests.test_spectral_estimation.PsdTestCase) matplotlib >= 3 shifts labels

Slowest tests (20)

Runtime Test
41.933s get_waveforms (obspy.clients.seedlink.basic_client.Client)
41.700s get_info (obspy.clients.seedlink.basic_client.Client)
22.407s test_response_calculation_from_seed_and_xseed (obspy.io.xseed.tests.test_core.CoreTestCase)
22.254s test_get_waveform_instrument_change (obspy.clients.arclink.tests.test_client.ClientTestCase)
20.969s test_get_waveform (obspy.clients.seedlink.tests.test_basic_client.ClientTestCase)
20.908s test_multiple_waveform_requests_with_multiple_info_requests (obspy.clients.seedlink.tests.test_basic_client.ClientTestCase)
20.699s test_get_info (obspy.clients.seedlink.tests.test_basic_client.ClientTestCase)
20.430s test_get_networks (obspy.clients.arclink.tests.test_client.ClientTestCase)
20.395s __init__ (obspy.taup)
18.556s test_shoot_existing_ray_param (obspy.taup.tests.test_seismic_phase.TauPySeismicPhaseTestCase)
16.072s test_get_inventory (obspy.clients.arclink.tests.test_client.ClientTestCase)
15.288s test_get_waveform_with_metadata (obspy.clients.arclink.tests.test_client.ClientTestCase)
14.536s test_get_waveform_with_dcid_key_file (obspy.clients.arclink.tests.test_decrypt.ClientTestCase)
14.127s test_delayed_request (obspy.clients.arclink.tests.test_client.ClientTestCase)
13.575s test_get_stations_integration_test (obspy.clients.fdsn.tests.test_eidaws_routing_client.EIDAWSRoutingClientTestCase)
10.466s test_issue_311 (obspy.clients.arclink.tests.test_client.ClientTestCase)
10.129s test_ppsd_restricted_stacks (obspy.signal.tests.test_spectral_estimation.PsdTestCase)
9.881s test_save_waveform_no_compression (obspy.clients.arclink.tests.test_client.ClientTestCase)
9.800s test_vs_java_iasp91 (obspy.taup.tests.test_tau.TauPyModelTestCase)
9.715s plot_travel_times (obspy.taup.tau)