require pytest >= 3.6
looks like "pluggy" package needs this.
This commit is contained in:
parent
fe7b1bc0cb
commit
73b274b8ae
@ -1,7 +1,7 @@
|
||||
# packages needed for development
|
||||
-r all.txt
|
||||
django-debug-toolbar
|
||||
pytest
|
||||
pytest>=3.6
|
||||
pytest-django
|
||||
pytest-pep8
|
||||
Sphinx
|
||||
|
@ -2,7 +2,7 @@
|
||||
# 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.
|
||||
django-debug-toolbar
|
||||
pytest
|
||||
pytest>=3.6
|
||||
pytest-django
|
||||
pytest-pep8
|
||||
coveralls
|
||||
|
Loading…
x
Reference in New Issue
Block a user