Projet

Général

Profil

0001-tox-limit-quixote-to-3.2-to-keep-working-with-python.patch

Nicolas Roche, 11 août 2020 14:13

Télécharger (796 octets)

Voir les différences:

Subject: [PATCH] tox: limit quixote to <3.2, to keep working with python 3.5

 tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
tox.ini
25 25
  pylint-django<0.8.1
26 26
  django-webtest<1.9.3
27 27
  lxml
28 28
  mohawk
29 29
  pytest-freezegun
30 30
  pytest-httpbin
31 31
  pytest-localserver
32 32
  pytest-sftpserver
33
  Quixote
33
  Quixote>=3.0,<3.2
34 34
  vobject
35 35
  django-ratelimit
36 36
  pyquery
37 37
  zeep<3.3
38 38
commands =
39 39
  ./get_wcs.sh
40 40
  py.test {posargs: {env:FAST:} {env:COVERAGE:} {env:JUNIT:} tests/}
41 41
  coverage: ./pylint.sh passerelle/
42
-