]> 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 353aa9e3da07c97f6853394a88b122808b3d3513..973ffbaca0ae703070c4568c68c0ab24b50e9f0d 100644 (file)
@@ -1,5 +1,6 @@
 -r requirements.txt
 
-pytest
+pytest < 5.0; python_version == '2.7' or python_version == '3.4'
+pytest; python_version >= '3.5'
 pytest-cov
 ppu