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

Report

ObsPy version
1.1.1.post0+980.gaf18fd2fe1.o…
GitHub Pull Request
-
Report file
XML document
Total runtime
967.8 sec
Report date/time
Nov. 28, 2019, 5:17 p.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 - -
obspy.clients.fdsn - -
obspy.clients.filesystem - -
obspy.clients.iris - -
obspy.clients.neic - -
obspy.clients.nrl - -
obspy.clients.seedlink 5 3 4 5 6 7
obspy.clients.seishub - -
obspy.clients.syngine - -
obspy.core 1 8
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 8 8

Tracebacks (8)

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/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')]
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/core/tests/test_network.py", line 370, in test_location_plot_local
size=13**2, outfile=ic.name)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/core/inventory/network.py", line 558, in plot
show=False, **kwargs)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/imaging/maps.py", line 799, in plot_map
return plot_basemap(*args, **kwargs)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/imaging/maps.py", line 262, in plot_basemap
**kwargs)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/imaging/maps.py", line 435, in _plot_basemap_into_axes
bmap.drawcoastlines(color="0.4")
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/mpl_toolkits/basemap/__init__.py", line 1851, in drawcoastlines
coastlines = LineCollection(self.coastsegs,antialiaseds=(antialiased,))
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/matplotlib/collections.py", line 1333, in __init__
self.set_segments(segments)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/matplotlib/collections.py", line 1348, in set_segments
self._paths = [mpath.Path(_seg) for _seg in _segments]
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/matplotlib/collections.py", line 1348, in <listcomp>
self._paths = [mpath.Path(_seg) for _seg in _segments]
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/matplotlib/path.py", line 130, in __init__
"'vertices' must be a 2D list or array with shape Nx2")
ValueError: 'vertices' must be a 2D list or array with shape Nx2

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
42.040s get_waveforms (obspy.clients.seedlink.basic_client.Client)
41.998s get_info (obspy.clients.seedlink.basic_client.Client)
36.369s test_eida_token_resolution (obspy.clients.fdsn.tests.test_client.ClientTestCase)
21.451s test_get_waveform_instrument_change (obspy.clients.arclink.tests.test_client.ClientTestCase)
20.886s test_get_waveform (obspy.clients.seedlink.tests.test_basic_client.ClientTestCase)
20.802s __init__ (obspy.taup)
20.519s test_get_info (obspy.clients.seedlink.tests.test_basic_client.ClientTestCase)
20.470s test_multiple_waveform_requests_with_multiple_info_requests (obspy.clients.seedlink.tests.test_basic_client.ClientTestCase)
20.181s test_get_networks (obspy.clients.arclink.tests.test_client.ClientTestCase)
18.422s test_response_calculation_from_seed_and_xseed (obspy.io.xseed.tests.test_core.CoreTestCase)
17.291s test_shoot_existing_ray_param (obspy.taup.tests.test_seismic_phase.TauPySeismicPhaseTestCase)
15.959s test_get_inventory (obspy.clients.arclink.tests.test_client.ClientTestCase)
15.582s test_get_waveform_with_metadata (obspy.clients.arclink.tests.test_client.ClientTestCase)
14.598s test_get_waveform_with_dcid_key_file (obspy.clients.arclink.tests.test_decrypt.ClientTestCase)
11.499s test_issue_311 (obspy.clients.arclink.tests.test_client.ClientTestCase)
10.631s test_save_waveform_no_compression (obspy.clients.arclink.tests.test_client.ClientTestCase)
10.244s plot_travel_times (obspy.taup.tau)
10.167s test_ppsd_restricted_stacks (obspy.signal.tests.test_spectral_estimation.PsdTestCase)
9.776s test_save_waveform (obspy.clients.arclink.tests.test_client.ClientTestCase)
9.555s test_get_waveform (obspy.clients.arclink.tests.test_client.ClientTestCase)