]> git.phdru.name Git - sqlconvert.git/blobdiff - devscripts/requirements/requirements_tests.txt
Docs,tests: Limit Sphinx and pytest versions for Python 2.7 and 3.4
[sqlconvert.git] / devscripts / requirements / requirements_tests.txt
index 1214a91826c3a55c7eeccd91006d1d3deb95d491..973ffbaca0ae703070c4568c68c0ab24b50e9f0d 100644 (file)
@@ -1,5 +1,6 @@
 -r requirements.txt
 
-pytest < 5.0
+pytest < 5.0; python_version == '2.7' or python_version == '3.4'
+pytest; python_version >= '3.5'
 pytest-cov
 ppu