fix: add pytest-timeout to requirements.txt
All checks were successful
Python Tests / test-python (push) Successful in 10s
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user