Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# Testing framework
pytest>=7.0.0,<9.0.0 # Testing framework
pytest-cov>=4.0.0,<6.0.0 # Coverage reporting
pytest-cov>=4.0.0,<8.0.0 # Coverage reporting
pytest-mock>=3.10.0,<4.0.0 # Mocking support
pytest-asyncio>=0.21.0,<1.0.0 # Async test support
pytest-timeout>=2.1.0,<3.0.0 # Test timeout handling
Expand Down
Loading