From 8cdd0cec1668bf1bb074ce2dfe4036ac27a5ace4 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 25 Jun 2019 12:35:27 +0200 Subject: [PATCH] tox.ini: require django-model-utils<3.2 for django 1.8 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index fe8a7153b..eee78a5c5 100644 --- a/tox.ini +++ b/tox.ini @@ -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}