INTERNALERROR> Traceback (most recent call last): INTERNALERROR> File "/home/cube/projects/richard/hermes-agent/.venv/lib/python3.12/site-packages/_pytest/main.py", line 314, in wrap_session INTERNALERROR> config._do_configure() INTERNALERROR> File "/home/cube/projects/richard/hermes-agent/.venv/lib/python3.12/site-packages/_pytest/config/__init__.py", line 1159, in _do_configure INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self)) INTERNALERROR> File "/home/cube/projects/richard/hermes-agent/.venv/lib/python3.12/site-packages/pluggy/_hooks.py", line 534, in call_historic INTERNALERROR> res = self._hookexec(self.name, self._hookimpls.copy(), kwargs, False) INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> File "/home/cube/projects/richard/hermes-agent/.venv/lib/python3.12/site-packages/pluggy/_manager.py", line 120, in _hookexec INTERNALERROR> return self._inner_hookexec(hook_name, methods, kwargs, firstresult) INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> File "/home/cube/projects/richard/hermes-agent/.venv/lib/python3.12/site-packages/pluggy/_callers.py", line 167, in _multicall INTERNALERROR> raise exception INTERNALERROR> File "/home/cube/projects/richard/hermes-agent/.venv/lib/python3.12/site-packages/pluggy/_callers.py", line 121, in _multicall INTERNALERROR> res = hook_impl.function(*args) INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> File "/home/cube/projects/richard/hermes-agent/.venv/lib/python3.12/site-packages/pytest_asyncio/plugin.py", line 247, in pytest_configure INTERNALERROR> warnings.warn(PytestDeprecationWarning(_DEFAULT_FIXTURE_LOOP_SCOPE_UNSET)) INTERNALERROR> pytest.PytestDeprecationWarning: The configuration option "asyncio_default_fixture_loop_scope" is unset. INTERNALERROR> The event loop scope for asynchronous fixtures will default to the fixture caching scope. Future versions of pytest-asyncio will default the loop scope for asynchronous fixtures to function scope. Set the default fixture loop scope explicitly in order to avoid unexpected behavior in the future. Valid fixture loop scopes are: "function", "class", "module", "package", "session"