mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-02-10 23:05:17 -05:00
The server and graph_cleanup fixtures in conftest.py require explicit pytest_asyncio.fixture(loop_scope="session") to properly manage the session event loop. Using plain pytest.fixture causes "Event loop is closed" errors in all oauth_test.py tests.