comparison dev_requirements.txt @ 7900:4dad662fe6fd

dev_requirements.txt: bump minimum pytest versions to a working set Not all combinations of pytest-related packages seem to work. Trial-and-error lead to these combinations of minimum versions. Add a minimum bound to pytest-benchmark and pytest-localserver to help pip in figuring out a suitable combination with pytest, and also to allow testing minimum combinations in the future. Drop pytest-runner, which should not be needed unless when running tests directly from setup.py.
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Sat, 26 Oct 2019 21:35:19 +0200
parents 5698307382de
children 8e0efe7b3b10
comparison
equal deleted inserted replaced
7899:bec4bc21f845 7900:4dad662fe6fd
1 pytest >= 3.3.0, < 4.7 1 pytest >= 4.6.6, < 4.7
2 pytest-runner < 5.2 2 pytest-sugar >= 0.9.2, < 0.10
3 pytest-sugar >= 0.7.0, < 0.10 3 pytest-benchmark >= 3.2.2, < 3.3
4 pytest-benchmark < 3.3 4 pytest-localserver >= 0.5.0, < 0.6
5 pytest-localserver < 0.6
6 mock < 3.1 5 mock < 3.1
7 Sphinx < 1.9 6 Sphinx < 1.9
8 WebTest < 2.1 7 WebTest < 2.1
9 isort == 4.3.21 8 isort == 4.3.21