fix: add pytest-timeout to requirements.txt
All checks were successful
Python Tests / test-python (push) Successful in 10s

- Add pytest-timeout>=2.4.0 for pytest --timeout argument
- Integration tests use --timeout=30 but plugin was missing
- Fixes integration-tests CI pytest error
This commit is contained in:
aitbc
2026-04-24 12:38:50 +02:00
parent eb049504a1
commit bf09d0b2c6

View File

@@ -58,6 +58,7 @@ torchvision>=0.26.0
# Development & Testing # Development & Testing
pytest>=9.0.3 pytest>=9.0.3
pytest-asyncio>=1.3.0 pytest-asyncio>=1.3.0
pytest-timeout>=2.4.0
black>=24.0.0 black>=24.0.0
flake8>=7.3.0 flake8>=7.3.0
ruff>=0.15.10 ruff>=0.15.10