============================= test session starts ============================== platform linux -- Python 3.13.13, pytest-9.0.3, pluggy-1.6.0 -- /opt/miniconda3/envs/testbed/bin/python cachedir: .pytest_cache hypothesis profile 'default' rootdir: /repo configfile: pyproject.toml plugins: anyio-4.15.1, hypothesis-6.168.0, asyncio-1.4.0, cov-7.1.0, django-4.14.0, env-1.7.1, mock-3.15.1, rerunfailures-16.7, timeout-2.4.0, xdist-3.8.0 asyncio: mode=Mode.AUTO, debug=False, asyncio_default_fixture_loop_scope=None, asyncio_default_test_loop_scope=function collecting ... collected 162 items tests/test_altcha.py::TestAltcha::test_sio_success INTERNALERROR> Traceback (most recent call last): INTERNALERROR> File "/opt/miniconda3/envs/testbed/lib/python3.13/site-packages/_pytest/main.py", line 318, in wrap_session INTERNALERROR> session.exitstatus = doit(config, session) or 0 INTERNALERROR> ~~~~^^^^^^^^^^^^^^^^^ INTERNALERROR> File "/opt/miniconda3/envs/testbed/lib/python3.13/site-packages/_pytest/main.py", line 372, in _main INTERNALERROR> config.hook.pytest_runtestloop(session=session) INTERNALERROR> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ INTERNALERROR> File "/opt/miniconda3/envs/testbed/lib/python3.13/site-packages/pluggy/_hooks.py", line 512, in __call__ INTERNALERROR> return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult) INTERNALERROR> ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> File "/opt/miniconda3/envs/testbed/lib/python3.13/site-packages/pluggy/_manager.py", line 120, in _hookexec INTERNALERROR> return self._inner_hookexec(hook_name, methods, kwargs, firstresult) INTERNALERROR> ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> File "/opt/miniconda3/envs/testbed/lib/python3.13/site-packages/pluggy/_callers.py", line 167, in _multicall INTERNALERROR> raise exception INTERNALERROR> File "/opt/miniconda3/envs/testbed/lib/python3.13/site-packages/pluggy/_callers.py", line 139, in _multicall INTERNALERROR> teardown.throw(exception) INTERNALERROR> ~~~~~~~~~~~~~~^^^^^^^^^^^ INTERNALERROR> File "/opt/miniconda3/envs/testbed/lib/python3.13/site-packages/_pytest/logging.py", line 801, in pytest_runtestloop INTERNALERROR> return (yield) # Run all the tests. INTERNALERROR> ^^^^^ INTERNALERROR> File "/opt/miniconda3/envs/testbed/lib/python3.13/site-packages/pluggy/_callers.py", line 139, in _multicall INTERNALERROR> teardown.throw(exception) INTERNALERROR> ~~~~~~~~~~~~~~^^^^^^^^^^^ INTERNALERROR> File "/opt/miniconda3/envs/testbed/lib/python3.13/site-packages/_pytest/terminal.py", line 707, in pytest_runtestloop INTERNALERROR> result = yield INTERNALERROR> ^^^^^ INTERNALERROR> File "/opt/miniconda3/envs/testbed/lib/python3.13/site-packages/pluggy/_callers.py", line 121, in _multicall INTERNALERROR> res = hook_impl.function(*args) INTERNALERROR> File "/opt/miniconda3/envs/testbed/lib/python3.13/site-packages/_pytest/main.py", line 396, in pytest_runtestloop INTERNALERROR> item.config.hook.pytest_runtest_protocol(item=item, nextitem=nextitem) INTERNALERROR> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> File "/opt/miniconda3/envs/testbed/lib/python3.13/site-packages/pluggy/_hooks.py", line 512, in __call__ INTERNALERROR> return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult) INTERNALERROR> ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> File "/opt/miniconda3/envs/testbed/lib/python3.13/site-packages/pluggy/_manager.py", line 120, in _hookexec INTERNALERROR> return self._inner_hookexec(hook_name, methods, kwargs, firstresult) INTERNALERROR> ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> File "/opt/miniconda3/envs/testbed/lib/python3.13/site-packages/pluggy/_callers.py", line 167, in _multicall INTERNALERROR> raise exception INTERNALERROR> File "/opt/miniconda3/envs/testbed/lib/python3.13/site-packages/pluggy/_callers.py", line 139, in _multicall INTERNALERROR> teardown.throw(exception) INTERNALERROR> ~~~~~~~~~~~~~~^^^^^^^^^^^ INTERNALERROR> File "/opt/miniconda3/envs/testbed/lib/python3.13/site-packages/_pytest/warnings.py", line 89, in pytest_runtest_protocol INTERNALERROR> return (yield) INTERNALERROR> ^^^^^ INTERNALERROR> File "/opt/miniconda3/envs/testbed/lib/python3.13/site-packages/pluggy/_callers.py", line 139, in _multicall INTERNALERROR> teardown.throw(exception) INTERNALERROR> ~~~~~~~~~~~~~~^^^^^^^^^^^ INTERNALERROR> File "/opt/miniconda3/envs/testbed/lib/python3.13/site-packages/_pytest/assertion/__init__.py", line 192, in pytest_runtest_protocol INTERNALERROR> return (yield) INTERNALERROR> ^^^^^ INTERNALERROR> File "/opt/miniconda3/envs/testbed/lib/python3.13/site-packages/pluggy/_callers.py", line 139, in _multicall INTERNALERROR> teardown.throw(exception) INTERNALERROR> ~~~~~~~~~~~~~~^^^^^^^^^^^ INTERNALERROR> File "/opt/miniconda3/envs/testbed/lib/python3.13/site-packages/pluggy/_callers.py", line 53, in run_old_style_hookwrapper INTERNALERROR> return result.get_result() INTERNALERROR> ~~~~~~~~~~~~~~~~~^^ INTERNALERROR> File "/opt/miniconda3/envs/testbed/lib/python3.13/site-packages/pluggy/_result.py", line 103, in get_result INTERNALERROR> raise exc.with_traceback(tb) INTERNALERROR> File "/opt/miniconda3/envs/testbed/lib/python3.13/site-packages/pluggy/_callers.py", line 38, in run_old_style_hookwrapper INTERNALERROR> res = yield INTERNALERROR> ^^^^^ INTERNALERROR> File "/opt/miniconda3/envs/testbed/lib/python3.13/site-packages/pluggy/_callers.py", line 139, in _multicall INTERNALERROR> teardown.throw(exception) INTERNALERROR> ~~~~~~~~~~~~~~^^^^^^^^^^^ INTERNALERROR> File "/opt/miniconda3/envs/testbed/lib/python3.13/site-packages/_pytest/unittest.py", line 591, in pytest_runtest_protocol INTERNALERROR> return (yield) INTERNALERROR> ^^^^^ INTERNALERROR> File "/opt/miniconda3/envs/testbed/lib/python3.13/site-packages/pluggy/_callers.py", line 139, in _multicall INTERNALERROR> teardown.throw(exception) INTERNALERROR> ~~~~~~~~~~~~~~^^^^^^^^^^^ INTERNALERROR> File "/opt/miniconda3/envs/testbed/lib/python3.13/site-packages/_pytest/faulthandler.py", line 102, in pytest_runtest_protocol INTERNALERROR> return (yield) INTERNALERROR> ^^^^^ INTERNALERROR> File "/opt/miniconda3/envs/testbed/lib/python3.13/site-packages/pluggy/_callers.py", line 121, in _multicall INTERNALERROR> res = hook_impl.function(*args) INTERNALERROR> File "/opt/miniconda3/envs/testbed/lib/python3.13/site-packages/_pytest/runner.py", line 117, in pytest_runtest_protocol INTERNALERROR> ihook.pytest_runtest_logstart(nodeid=item.nodeid, location=item.location) INTERNALERROR> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> File "/opt/miniconda3/envs/testbed/lib/python3.13/site-packages/pluggy/_hooks.py", line 512, in __call__ INTERNALERROR> return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult) INTERNALERROR> ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> File "/opt/miniconda3/envs/testbed/lib/python3.13/site-packages/pluggy/_manager.py", line 120, in _hookexec INTERNALERROR> return self._inner_hookexec(hook_name, methods, kwargs, firstresult) INTERNALERROR> ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> File "/opt/miniconda3/envs/testbed/lib/python3.13/site-packages/pluggy/_callers.py", line 167, in _multicall INTERNALERROR> raise exception INTERNALERROR> File "/opt/miniconda3/envs/testbed/lib/python3.13/site-packages/pluggy/_callers.py", line 121, in _multicall INTERNALERROR> res = hook_impl.function(*args) INTERNALERROR> File "/opt/miniconda3/envs/testbed/lib/python3.13/site-packages/_pytest/terminal.py", line 619, in pytest_runtest_logstart INTERNALERROR> self.flush() INTERNALERROR> ~~~~~~~~~~^^ INTERNALERROR> File "/opt/miniconda3/envs/testbed/lib/python3.13/site-packages/_pytest/terminal.py", line 531, in flush INTERNALERROR> self._tw.flush() INTERNALERROR> ~~~~~~~~~~~~~~^^ INTERNALERROR> File "/opt/miniconda3/envs/testbed/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py", line 187, in flush INTERNALERROR> self._file.flush() INTERNALERROR> ~~~~~~~~~~~~~~~~^^ INTERNALERROR> BrokenPipeError: [Errno 32] Broken pipe ============================ no tests ran in 1.24s =============================