Projet

Général

Profil

0001-tox.ini-require-django-model-utils-3.2-with-Django-1.patch

Benjamin Dauvergne, 24 juin 2019 22:50

Télécharger (751 octets)

Voir les différences:

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(+)
tox.ini
35 35
  pytest-sftpserver
36 36
  http://quixote.python.ca/releases/Quixote-2.7b2.tar.gz
37 37
  vobject
38
  django18: django-model-utils<3.2
38 39
commands =
39 40
  ./get_wcs.sh
40 41
  django18: py.test {posargs: {env:FAST:} --junitxml=test_{envname}_results.xml --cov-report xml --cov-report html --cov=passerelle/ --cov-config .coveragerc tests/}
41
-