Changeset - 4dad662fe6fd
[Not reviewed]
default
0 1 0
Thomas De Schampheleire - 6 years ago 2019-10-26 21:35:19
thomas.de_schampheleire@nokia.com
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.
1 file changed with 4 insertions and 5 deletions:
0 comments (0 inline, 0 general)
dev_requirements.txt
Show inline comments
 
pytest >= 3.3.0, < 4.7
 
pytest-runner < 5.2
 
pytest-sugar >= 0.7.0, < 0.10
 
pytest-benchmark < 3.3
 
pytest-localserver < 0.6
 
pytest >= 4.6.6, < 4.7
 
pytest-sugar >= 0.9.2, < 0.10
 
pytest-benchmark >= 3.2.2, < 3.3
 
pytest-localserver >= 0.5.0, < 0.6
 
mock < 3.1
 
Sphinx < 1.9
 
WebTest < 2.1
0 comments (0 inline, 0 general)