tox: remove pytest/etc. limits

This commit is contained in:
Frédéric Péters 2020-04-12 11:53:56 +02:00
parent 99b0a95d08
commit f80543677b
1 changed files with 5 additions and 5 deletions

10
tox.ini
View File

@ -14,13 +14,13 @@ deps =
django22: django>=2.2,<2.3
http://git.entrouvert.org/hobo.git/snapshot/hobo-master.tar.gz
pytest-cov
pytest-django>=3.1.1,<3.4.6
pytest>=3.0.4
django-webtest<1.9.3
pytest-django
pytest
django-webtest
django-ckeditor<4.5.3
djangorestframework>=3.3,<3.8
pylint==1.4.0
astroid==1.3.2
pylint
astroid
mock
commands =
py.test {env:COVERAGE:} {posargs:tests/}