Projet

Général

Profil

0001-tox.ini-force-Werkzeug-version-to-2.0.3-63300.patch

Nicolas Roche, 29 mars 2022 12:37

Télécharger (801 octets)

Voir les différences:

Subject: [PATCH] tox.ini: force Werkzeug version to 2.0.3 (#63300)

 tox.ini | 1 +
 1 file changed, 1 insertion(+)
tox.ini
35 35
  vobject
36 36
  django-ratelimit
37 37
  bleach
38 38
  dnspython
39 39
  pyquery
40 40
  responses
41 41
  zeep<3.3
42 42
  codestyle: pre-commit
43
  Werkzeug<2.1
43 44
commands =
44 45
  ./get_wcs.sh
45 46
  py.test {posargs: {env:FAST:} {env:COVERAGE:} {env:JUNIT:} tests/}
46 47
  codestyle: pre-commit run --all-files --show-diff-on-failure
47 48

  
48 49
[pytest]
49 50
filterwarnings = default
50 51
# to delete when using python3, it's a warning inside ElementTree
51
-