require pytest >= 3.6

looks like "pluggy" package needs this.
This commit is contained in:
Thomas Waldmann 2018-09-30 20:58:51 +02:00
parent fe7b1bc0cb
commit 73b274b8ae
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# packages needed for development # packages needed for development
-r all.txt -r all.txt
django-debug-toolbar django-debug-toolbar
pytest pytest>=3.6
pytest-django pytest-django
pytest-pep8 pytest-pep8
Sphinx Sphinx

View File

@ -2,7 +2,7 @@
# this is mostly the stuff from dev.txt except a few packages not needed # this is mostly the stuff from dev.txt except a few packages not needed
# on travis. the desired version of django is installed via .travis.yml. # on travis. the desired version of django is installed via .travis.yml.
django-debug-toolbar django-debug-toolbar
pytest pytest>=3.6
pytest-django pytest-django
pytest-pep8 pytest-pep8
coveralls coveralls