tox.ini: require django-model-utils<3.2 for django 1.8

This commit is contained in:
Benjamin Dauvergne 2019-06-25 12:35:27 +02:00
parent 0908e73908
commit 8cdd0cec16
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ deps =
pytest-freezegun
ldaptools>=0.15
oldldap: python-ldap<3
dj18: django-model-utils<3.2
commands =
./getlasso.sh
rbac,authentic: py.test {env:FAST:} {env:REUSEDB:} {env:COVERAGE:} {env:JUNIT:} {posargs:{env:TESTS} --random-group}