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
|
# 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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user