tox: limit to pytest < 3.4 for now (#21610)

This commit is contained in:
Frédéric Péters 2018-02-02 13:27:41 +01:00
parent 9201de6740
commit 7c2b5f3fcb
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ deps =
pytest-cov
pytest-django
mock
pytest>=3.3.0
pytest>=3.3.0,<3.4
lxml
cssselect
pylint