tox: restrict pytest-django version (#54029)

This commit is contained in:
Emmanuel Cazenave 2021-05-17 15:22:00 +02:00
parent aeeb71fcca
commit b3de8372d5
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ deps =
psycopg2
pytest-cov
pytest
pytest-django
pytest-django<4.3
setenv =
DJANGO_SETTINGS_MODULE=test_settings
coverage: COVERAGE=--cov-append --cov-report xml --cov-report html --cov=django_journal/