# HG changeset patch # User Thomas De Schampheleire # Date 1572118519 -7200 # Node ID 4dad662fe6fd6112dd7b2b36da4f7806cdf3296a # Parent bec4bc21f8450787b92b25b0bcadef9194c995c1 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. diff -r bec4bc21f845 -r 4dad662fe6fd dev_requirements.txt --- a/dev_requirements.txt Mon Oct 21 21:55:58 2019 +0200 +++ b/dev_requirements.txt Sat Oct 26 21:35:19 2019 +0200 @@ -1,8 +1,7 @@ -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