Skip to content

Commit

Permalink
requirements-test.txt: pytest>=5.4.2,<8 ; python_version >= '3'
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jan 9, 2024
1 parent 27e2a2b commit 057bfe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
flake8==3.9.2 ; python_version < '3.6'
flake8>=5.0.4; python_version >= '3.6'
pytest>=4.6.10,<5 ; python_version < '3'
pytest>=5.4.2,<7.4.0 ; python_version >= '3'
pytest>=5.4.2,<8 ; python_version >= '3'
coverage>=5.1,<6
pytest-expect>=1.1.0,<2
mock>=3.0.5,<4 ; python_version < '3.6'
Expand Down

0 comments on commit 057bfe1

Please sign in to comment.