From 87571a99194a6bd28ed4bc1cdc6f9b57b2385d5e Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 24 Jun 2019 18:53:29 +0200 Subject: [PATCH 1/2] tox.ini: require django-model-utils<3.2 with Django 1.8 (#33838) --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index a6c4b132..a4664a81 100644 --- a/tox.ini +++ b/tox.ini @@ -35,6 +35,7 @@ deps = pytest-sftpserver http://quixote.python.ca/releases/Quixote-2.7b2.tar.gz vobject + django18: django-model-utils<3.2 commands = ./get_wcs.sh django18: py.test {posargs: {env:FAST:} --junitxml=test_{envname}_results.xml --cov-report xml --cov-report html --cov=passerelle/ --cov-config .coveragerc tests/} -- 2.20.1