]> git.phdru.name Git - ppu.git/blob - devscripts/requirements/requirements_tests.txt
Docs,tests: Limit Sphinx and pytest versions for Python 2.7 and 3.4
[ppu.git] / devscripts / requirements / requirements_tests.txt
1 -r requirements.txt
2
3 pytest < 5.0; python_version == '2.7' or python_version == '3.4'
4 pytest; python_version >= '3.5'
5 pytest-cov