]> git.phdru.name Git - ppu.git/blobdiff - devscripts/requirements/requirements_tests.txt
CI(GHActions): Python 3.10
[ppu.git] / devscripts / requirements / requirements_tests.txt
index 8e890d819b41b5fc02a1412a619883d51d7ae6bc..c3ea6a13b2edafd295c4693c41ee2a585349ad5a 100644 (file)
@@ -1,4 +1,5 @@
 -r requirements.txt
 
-pytest
+pytest < 5.0; python_version == '2.7' or python_version == '3.4'
+pytest < 7.0; python_version >= '3.5'
 pytest-cov