#159084 Report by node localhost covering 74 tests from 0 modules resulted into 1 error

Report

ObsPy version
1.3.0.post0+51.ged564d85ae
GitHub Pull Request
-
Report file
JSON document
Total runtime
0.4 sec
Report date/time
Aug. 20, 2026, 8:37 a.m.

System / Python

Architecture
64bit
Machine
aarch64
Node
localhost
Processor
aarch64
Python Compiler
GCC 11.4.0
Python Implementation
CPython
Python Version
3.10.12
Release
6.18.44-rFBS59d3ef0e61b50d
System
Linux
Version
#1 SMP PREEMPT_DYNAMIC Thu Aug 20 01:55:05 UTC 2026

Dependencies

cartopy
---
decorator
5.3.1
flake8
---
geographiclib
---
lxml
4.8.0
matplotlib
3.10.9
numpy
2.2.6
obspy
1.3.0.post0+51.ged564d85ae
pyproj
3.7.1
pytest
9.1.1
pytest-json-report
1.5.0
requests
2.34.2
scipy
1.15.3
setuptools
83.0.0
shapefile
---
sqlalchemy
2.0.52

Modules (0)

Module Errors / Failures Tracebacks
other 1 1
Summary 1 1

Tracebacks (1)

Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packages/_pytest/runner.py", line 361, in from_call
result: TResult | None = func()
File "/usr/local/lib/python3.10/dist-packages/_pytest/runner.py", line 250, in <lambda>
lambda: runtest_hook(item=item, **kwds),
File "/usr/local/lib/python3.10/dist-packages/pluggy/_hooks.py", line 512, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/usr/local/lib/python3.10/dist-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/usr/local/lib/python3.10/dist-packages/pluggy/_callers.py", line 167, in _multicall
raise exception
File "/usr/local/lib/python3.10/dist-packages/pluggy/_callers.py", line 139, in _multicall
teardown.throw(exception)
File "/usr/local/lib/python3.10/dist-packages/_pytest/logging.py", line 865, in pytest_runtest_call
yield
File "/usr/local/lib/python3.10/dist-packages/pluggy/_callers.py", line 139, in _multicall
teardown.throw(exception)
File "/usr/local/lib/python3.10/dist-packages/_pytest/capture.py", line 900, in pytest_runtest_call
return (yield)
File "/usr/local/lib/python3.10/dist-packages/pluggy/_callers.py", line 139, in _multicall
teardown.throw(exception)
File "/usr/local/lib/python3.10/dist-packages/pluggy/_callers.py", line 53, in run_old_style_hookwrapper
return result.get_result()
File "/usr/local/lib/python3.10/dist-packages/pluggy/_result.py", line 103, in get_result
raise exc.with_traceback(tb)
File "/usr/local/lib/python3.10/dist-packages/pluggy/_callers.py", line 38, in run_old_style_hookwrapper
res = yield
File "/usr/local/lib/python3.10/dist-packages/pluggy/_callers.py", line 139, in _multicall
teardown.throw(exception)
File "/usr/local/lib/python3.10/dist-packages/pluggy/_callers.py", line 53, in run_old_style_hookwrapper
return result.get_result()
File "/usr/local/lib/python3.10/dist-packages/pluggy/_result.py", line 103, in get_result
raise exc.with_traceback(tb)
File "/usr/local/lib/python3.10/dist-packages/pluggy/_callers.py", line 38, in run_old_style_hookwrapper
res = yield
File "/usr/local/lib/python3.10/dist-packages/pluggy/_callers.py", line 139, in _multicall
teardown.throw(exception)
File "/usr/local/lib/python3.10/dist-packages/_pytest/skipping.py", line 268, in pytest_runtest_call
return (yield)
File "/usr/local/lib/python3.10/dist-packages/pluggy/_callers.py", line 121, in _multicall
res = hook_impl.function(*args)
File "/usr/local/lib/python3.10/dist-packages/_pytest/runner.py", line 184, in pytest_runtest_call
item.runtest()
File "/usr/local/lib/python3.10/dist-packages/_pytest/python.py", line 1707, in runtest
self.ihook.pytest_pyfunc_call(pyfuncitem=self)
File "/usr/local/lib/python3.10/dist-packages/pluggy/_hooks.py", line 512, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/usr/local/lib/python3.10/dist-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/usr/local/lib/python3.10/dist-packages/pluggy/_callers.py", line 167, in _multicall
raise exception
File "/usr/local/lib/python3.10/dist-packages/pluggy/_callers.py", line 121, in _multicall
res = hook_impl.function(*args)
File "/usr/local/lib/python3.10/dist-packages/_pytest/python.py", line 167, in pytest_pyfunc_call
result = testfunction(**testargs)
File "/app/repo/obspy/core/tests/test_utcdatetime.py", line 47, in test_from_numpy_string
dt = UTC(np.string_("1970-01-01 12:23:34"))
File "/usr/local/lib/python3.10/dist-packages/numpy/__init__.py", line 400, in __getattr__
raise AttributeError(
AttributeError: `np.string_` was removed in the NumPy 2.0 release. Use `np.bytes_` instead.

Slowest tests (20)

Runtime Test
0.027s core/tests/test_utcdatetime.py::TestUTCDateTime::test_floating_point_second_initialization
0.008s core/tests/test_utcdatetime.py::TestUTCDateTime::test_matplotlib_date
0.004s core/tests/test_utcdatetime.py::TestUTCDateTime::test_from_string
0.002s core/tests/test_utcdatetime.py::TestUTCDateTime::test_from_iso8601_calendar_date_string
0.002s core/tests/test_utcdatetime.py::TestUTCDateTime::test_close_utc_are_equal
0.002s core/tests/test_utcdatetime.py::TestUTCDateTime::test_from_iso8601_ordinal_date_string
0.001s core/tests/test_utcdatetime.py::TestUTCDateTime::test_from_iso8601_week_date_string
0.001s core/tests/test_utcdatetime.py::TestUTCDateTime::test_rich_comparision_fuzzy
0.001s core/tests/test_utcdatetime.py::TestUTCDateTime::test_string_representation_various_precisions
0.001s core/tests/test_utcdatetime.py::TestUTCDateTime::test_replace
0.001s core/tests/test_utcdatetime.py::TestUTCDateTime::test_string_with_timezone
0.001s core/tests/test_utcdatetime.py::TestUTCDateTime::test_init_UTC
0.001s core/tests/test_utcdatetime.py::TestUTCDateTime::test_string_parsing_at_instantiating_before_1000
0.001s core/tests/test_utcdatetime.py::TestUTCDateTime::test_small_negative_utc_date_time
0.001s core/tests/test_utcdatetime.py::TestUTCDateTime::test_add_error_message
0.000s core/tests/test_utcdatetime.py::TestUTCDateTime::test_hour_minute_second_overflow
0.000s core/tests/test_utcdatetime.py::TestUTCDateTime::test_add
0.000s core/tests/test_utcdatetime.py::TestUTCDateTime::test_issue_2447
0.000s core/tests/test_utcdatetime.py::TestUTCDateTime::test_format_seed
0.000s core/tests/test_utcdatetime.py::TestUTCDateTime::test_nanoseconds