We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21e2f2f commit 27e2a2bCopy full SHA for 27e2a2b
requirements-test.txt
@@ -3,7 +3,7 @@
3
flake8==3.9.2 ; python_version < '3.6'
4
flake8>=5.0.4; python_version >= '3.6'
5
pytest>=4.6.10,<5 ; python_version < '3'
6
-pytest>=5.4.2,<7 ; python_version >= '3'
+pytest>=5.4.2,<7.4.0 ; python_version >= '3'
7
coverage>=5.1,<6
8
pytest-expect>=1.1.0,<2
9
mock>=3.0.5,<4 ; python_version < '3.6'
0 commit comments