We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c321058 commit bff1dfeCopy full SHA for bff1dfe
constraints.txt
@@ -1,8 +1,12 @@
1
# Consistent testing environment.
2
black==22.10.0
3
-coverage==6.3.2
+coverage==6.3.2; python_version=="3.8"
4
+coverage==7.10.7; python_version > "3.8"
5
flake8==5.0.2
6
objgraph==3.5.0
-pytest==6.2.5
7
-pytest-cov==3.0.0
8
-pytest-timeout==2.2.0
+pytest==6.2.5; python_version=="3.8"
+pytest==8.4.2; python_version > "3.8"
9
+pytest-cov==3.0.0; python_version=="3.8"
10
+pytest-cov==7.0.0; python_version > "3.8"
11
+pytest-timeout==2.2.0; python_version=="3.8"
12
+pytest-timeout==2.4.0; python_version > "3.8"
0 commit comments