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 fc2694c commit d567933Copy full SHA for d567933
requirements/dev.txt
@@ -6,7 +6,8 @@ pylint>=1.7.2,<2.0
6
pyyaml>=5.3.1
7
8
# Test requirements
9
-pytest>=6.1.1
+pytest>=6.1.1; python_version >= '3.6'
10
+pytest~=4.6.11; python_version < '3.6' # pytest dropped python 2 support after 4.6.x
11
mock>=3.0.5,<4.0.0 # 4.0.0 drops Python 2 support
12
parameterized>=0.7.4
13
0 commit comments