Traceback (most recent call last):
File "/home/runner/work/obspy/obspy/.venv/lib/python3.14t/site-packages/_pytest/runner.py", line 361, in from_call
result: TResult | None = func()
~~~~^^
File "/home/runner/work/obspy/obspy/.venv/lib/python3.14t/site-packages/_pytest/runner.py", line 250, in <lambda>
lambda: runtest_hook(item=item, **kwds),
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/obspy/obspy/.venv/lib/python3.14t/site-packages/pluggy/_hooks.py", line 512, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/obspy/obspy/.venv/lib/python3.14t/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/obspy/obspy/.venv/lib/python3.14t/site-packages/pluggy/_callers.py", line 167, in _multicall
raise exception
File "/home/runner/work/obspy/obspy/.venv/lib/python3.14t/site-packages/pluggy/_callers.py", line 139, in _multicall
teardown.throw(exception)
~~~~~~~~~~~~~~^^^^^^^^^^^
File "/home/runner/work/obspy/obspy/.venv/lib/python3.14t/site-packages/_pytest/logging.py", line 865, in pytest_runtest_call
yield
File "/home/runner/work/obspy/obspy/.venv/lib/python3.14t/site-packages/pluggy/_callers.py", line 139, in _multicall
teardown.throw(exception)
~~~~~~~~~~~~~~^^^^^^^^^^^
File "/home/runner/work/obspy/obspy/.venv/lib/python3.14t/site-packages/_pytest/capture.py", line 900, in pytest_runtest_call
return (yield)
^^^^^
File "/home/runner/work/obspy/obspy/.venv/lib/python3.14t/site-packages/pluggy/_callers.py", line 139, in _multicall
teardown.throw(exception)
~~~~~~~~~~~~~~^^^^^^^^^^^
File "/home/runner/work/obspy/obspy/.venv/lib/python3.14t/site-packages/pluggy/_callers.py", line 53, in run_old_style_hookwrapper
return result.get_result()
~~~~~~~~~~~~~~~~~^^
File "/home/runner/work/obspy/obspy/.venv/lib/python3.14t/site-packages/pluggy/_result.py", line 103, in get_result
raise exc.with_traceback(tb)
File "/home/runner/work/obspy/obspy/.venv/lib/python3.14t/site-packages/pluggy/_callers.py", line 38, in run_old_style_hookwrapper
res = yield
^^^^^
File "/home/runner/work/obspy/obspy/.venv/lib/python3.14t/site-packages/pluggy/_callers.py", line 139, in _multicall
teardown.throw(exception)
~~~~~~~~~~~~~~^^^^^^^^^^^
File "/home/runner/work/obspy/obspy/.venv/lib/python3.14t/site-packages/_pytest/skipping.py", line 268, in pytest_runtest_call
return (yield)
^^^^^
File "/home/runner/work/obspy/obspy/.venv/lib/python3.14t/site-packages/pluggy/_callers.py", line 121, in _multicall
res = hook_impl.function(*args)
File "/home/runner/work/obspy/obspy/.venv/lib/python3.14t/site-packages/_pytest/runner.py", line 184, in pytest_runtest_call
item.runtest()
~~~~~~~~~~~~^^
File "/home/runner/work/obspy/obspy/.venv/lib/python3.14t/site-packages/_pytest/python.py", line 1707, in runtest
self.ihook.pytest_pyfunc_call(pyfuncitem=self)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/home/runner/work/obspy/obspy/.venv/lib/python3.14t/site-packages/pluggy/_hooks.py", line 512, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/obspy/obspy/.venv/lib/python3.14t/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/obspy/obspy/.venv/lib/python3.14t/site-packages/pluggy/_callers.py", line 167, in _multicall
raise exception
File "/home/runner/work/obspy/obspy/.venv/lib/python3.14t/site-packages/pluggy/_callers.py", line 121, in _multicall
res = hook_impl.function(*args)
File "/home/runner/work/obspy/obspy/.venv/lib/python3.14t/site-packages/_pytest/python.py", line 167, in pytest_pyfunc_call
result = testfunction(**testargs)
File "/home/runner/work/obspy/obspy/.venv/lib/python3.14t/site-packages/obspy/core/tests/test_resource_identifier.py", line 622, in test_issue_2278
self.skipTest('setup requires reuse of python ids')
^^^^^^^^^^^^^
AttributeError: 'TestResourceIdentifier' object has no attribute 'skipTest'