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

Report

ObsPy version
1.1.1.post0+995.gc2b0281570.o…
GitHub Pull Request
-
Report file
XML document
Total runtime
1037.7 sec
Report date/time
Nov. 29, 2019, 6:23 a.m.

System / Python

Architecture
64bit
Machine
x86_64
Node
travis-ci
Processor
i386
Python Compiler
Clang 9.0.0 (tags/RELEASE_900/final)
Python Implementation
CPython
Python Version
3.8.0
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 3 1 2 3
obspy.clients.earthworm - -
obspy.clients.fdsn 3 4 5 6
obspy.clients.filesystem - -
obspy.clients.iris - -
obspy.clients.neic - -
obspy.clients.nrl - -
obspy.clients.seedlink 5 7 8 9 10 11
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 11 11

Tracebacks (11)

Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.8/site-packages/obspy/clients/arclink/tests/test_client.py", line 96, in test_delayed_request
stream = client.get_waveforms('GR', 'FUR', '', 'HHE', start, end)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.8/site-packages/obspy/clients/arclink/client.py", line 442, in get_waveforms
self.save_waveforms(file_stream, network, station, location, channel,
File "/Users/travis/miniconda/envs/test-environment/lib/python3.8/site-packages/obspy/clients/arclink/client.py", line 565, in save_waveforms
data = self._fetch(rtype, rdata, route=route)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.8/site-packages/obspy/clients/arclink/client.py", line 260, in _fetch
return self._request(request_type, request_data)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.8/site-packages/obspy/clients/arclink/client.py", line 324, in _request
raise ArcLinkException("%s %s" % (err_code, msg))
obspy.clients.arclink.client.ArcLinkException: b'UNSET'
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.8/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.8/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.8/site-packages/obspy/clients/fdsn/tests/test_client.py", line 527, in test_iris_example_queries_station
inv = client.get_stations(
File "/Users/travis/miniconda/envs/test-environment/lib/python3.8/site-packages/obspy/clients/fdsn/client.py", line 720, in get_stations
setup_query_dict('station', locs, kwargs)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.8/site-packages/obspy/clients/fdsn/client.py", line 1839, in setup_query_dict
for key in kwargs.keys():
RuntimeError: dictionary keys changed during iteration
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.8/site-packages/obspy/clients/fdsn/tests/test_client.py", line 715, in test_iris_example_queries_station_discover_services_false
inv = client.get_stations(
File "/Users/travis/miniconda/envs/test-environment/lib/python3.8/site-packages/obspy/clients/fdsn/client.py", line 720, in get_stations
setup_query_dict('station', locs, kwargs)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.8/site-packages/obspy/clients/fdsn/client.py", line 1839, in setup_query_dict
for key in kwargs.keys():
RuntimeError: dictionary keys changed during iteration
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.8/doctest.py", line 2196, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.clients.fdsn.client.Client.get_stations
File "/Users/travis/miniconda/envs/test-environment/lib/python3.8/site-packages/obspy/clients/fdsn/client.py", line 545, in get_stations
----------------------------------------------------------------------
File "/Users/travis/miniconda/envs/test-environment/lib/python3.8/site-packages/obspy/clients/fdsn/client.py", line 592, in obspy.clients.fdsn.client.Client.get_stations
Failed example:
inventory = client.get_stations(
starttime=starttime, endtime=endtime,
network="IU", sta="ANMO", loc="00", channel="*Z",
level="response")
Exception raised:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.8/doctest.py", line 1328, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.clients.fdsn.client.Client.get_stations[6]>", line 1, in <module>
inventory = client.get_stations(
File "/Users/travis/miniconda/envs/test-environment/lib/python3.8/site-packages/obspy/clients/fdsn/client.py", line 720, in get_stations
setup_query_dict('station', locs, kwargs)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.8/site-packages/obspy/clients/fdsn/client.py", line 1839, in setup_query_dict
for key in kwargs.keys():
RuntimeError: dictionary keys changed during iteration
----------------------------------------------------------------------
File "/Users/travis/miniconda/envs/test-environment/lib/python3.8/site-packages/obspy/clients/fdsn/client.py", line 596, in obspy.clients.fdsn.client.Client.get_stations
Failed example:
print(inventory) # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
Expected:
Inventory created at ...
Created by: IRIS WEB SERVICE: fdsnws-station | version: ...
...
Sending institution: IRIS-DMC (IRIS-DMC)
Contains:
Networks (1):
IU
Stations (1):
IU.ANMO (Albuquerque, New Mexico, USA)
Channels (4):
IU.ANMO.00.BHZ, IU.ANMO.00.LHZ, IU.ANMO.00.UHZ,
IU.ANMO.00.VHZ
Got:
Inventory created at 2019-11-29T12:11:41.000000Z
	Created by: IRIS WEB SERVICE: fdsnws-station | version: 1.1.37
		 http://service.iris.edu/fdsnws/station/1/query?starttime=2001-01-01...
	Sending institution: IRIS-DMC (IRIS-DMC)
	Contains:
		Networks (1):
			IU
		Stations (3):
			IU.ADK (Adak, Aleutian Islands, Alaska)
			IU.AFI (Afiamalu, Samoa)
			IU.ANMO (Albuquerque, New Mexico, USA)
		Channels (0):
<BLANKLINE>
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.8/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.8/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.8/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.8/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.8/site-packages/obspy/clients/seedlink/slclient.py", line 243, in run
slpack = self.slconn.collect()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.8/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.8/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.8/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.8/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.8/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.8/site-packages/obspy/clients/seedlink/slclient.py", line 243, in run
slpack = self.slconn.collect()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.8/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.8/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.8/site-packages/obspy/clients/seedlink/basic_client.py", line 195, in get_info
----------------------------------------------------------------------
File "/Users/travis/miniconda/envs/test-environment/lib/python3.8/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.8/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.8/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.8/site-packages/obspy/clients/seedlink/basic_client.py", line 75, in get_waveforms
----------------------------------------------------------------------
File "/Users/travis/miniconda/envs/test-environment/lib/python3.8/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.8/doctest.py", line 1328, in __run
exec(compile(example.source, filename, "single",
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.8/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.8/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.8/site-packages/obspy/clients/seedlink/slclient.py", line 243, in run
slpack = self.slconn.collect()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.8/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.8/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.8/doctest.py", line 1328, in __run
exec(compile(example.source, filename, "single",
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.8/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.8/doctest.py", line 1328, in __run
exec(compile(example.source, filename, "single",
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.8/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.8/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.8/site-packages/obspy/clients/seedlink/slclient.py", line 243, in run
slpack = self.slconn.collect()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.8/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.8/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.8/doctest.py", line 1328, in __run
exec(compile(example.source, filename, "single",
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.8/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.8/doctest.py", line 1328, in __run
exec(compile(example.source, filename, "single",
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.8/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.8/doctest.py", line 1328, in __run
exec(compile(example.source, filename, "single",
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.8/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.8/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.8/site-packages/obspy/clients/seedlink/slclient.py", line 243, in run
slpack = self.slconn.collect()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.8/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.8/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.8/doctest.py", line 1328, in __run
exec(compile(example.source, filename, "single",
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.8/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.8/doctest.py", line 1328, in __run
exec(compile(example.source, filename, "single",
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.8/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 (44)

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.earthworm test_get_waveform (obspy.clients.earthworm.tests.test_client.ClientTestCase) timed out
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
50.611s test_delayed_request (obspy.clients.arclink.tests.test_client.ClientTestCase)
42.303s get_waveforms (obspy.clients.seedlink.basic_client.Client)
41.583s get_info (obspy.clients.seedlink.basic_client.Client)
31.924s test_eida_token_resolution (obspy.clients.fdsn.tests.test_client.ClientTestCase)
30.310s test_get_waveform (obspy.clients.earthworm.tests.test_client.ClientTestCase)
23.904s test_get_waveform_instrument_change (obspy.clients.arclink.tests.test_client.ClientTestCase)
20.902s test_get_info (obspy.clients.seedlink.tests.test_basic_client.ClientTestCase)
20.805s test_get_networks (obspy.clients.arclink.tests.test_client.ClientTestCase)
20.620s test_get_waveform (obspy.clients.seedlink.tests.test_basic_client.ClientTestCase)
20.467s test_multiple_waveform_requests_with_multiple_info_requests (obspy.clients.seedlink.tests.test_basic_client.ClientTestCase)
19.100s __init__ (obspy.taup)
18.475s test_response_calculation_from_seed_and_xseed (obspy.io.xseed.tests.test_core.CoreTestCase)
16.591s test_get_waveform_with_metadata (obspy.clients.arclink.tests.test_client.ClientTestCase)
16.335s test_shoot_existing_ray_param (obspy.taup.tests.test_seismic_phase.TauPySeismicPhaseTestCase)
16.008s test_get_inventory (obspy.clients.arclink.tests.test_client.ClientTestCase)
13.833s test_get_waveform_with_dcid_key_file (obspy.clients.arclink.tests.test_decrypt.ClientTestCase)
12.800s test_issue_311 (obspy.clients.arclink.tests.test_client.ClientTestCase)
11.370s test_save_waveform_no_compression (obspy.clients.arclink.tests.test_client.ClientTestCase)
11.031s test_ppsd_restricted_stacks (obspy.signal.tests.test_spectral_estimation.PsdTestCase)
10.152s test_get_routing (obspy.clients.arclink.tests.test_client.ClientTestCase)