# Test-only dependencies for CI (not installed in the runtime image). # be0 tests are a mix of unittest.TestCase (incl. IsolatedAsyncioTestCase) and # pytest-style; pytest runs both. pytest-asyncio covers the pytest async tests. -r requirements.txt pytest>=8,<9 pytest-asyncio>=0.23,<0.24