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.
2 parents e917171 + ef45497 commit d0ad9daCopy full SHA for d0ad9da
requirements.txt
@@ -4,7 +4,8 @@ argcomplete==3.2.2; python_version >= '3.8'
4
importlib_metadata==4.0.1; python_version < '3.8'
5
jsonschema==3.2.0
6
lxml==5.1.0
7
-pytest==7.0.1
+pytest==7.0.1; python_version < '3.8'
8
+pytest==8.0.0; python_version >= '3.8'
9
pytest-forked==1.4.0; python_version == '3.6'
10
pytest-forked==1.6.0; python_version >= '3.7'
11
pytest-parallel==0.1.1
0 commit comments