Files
sciagent/be0/requirements-dev.txt
Thinh Lam 688fac73e9
CI/CD / backend (push) Failing after 2m8s
CI/CD / frontend (push) Failing after 1m40s
CI/CD / deploy (push) Has been skipped
sciagent code + Gitea Actions CI/CD
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-30 09:38:30 +07:00

7 lines
289 B
Plaintext

# 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