Projet

Général

Profil

0001-python3-restrict-pytest-version-for-tox-31160.patch

Paul Marillonnet, 06 mars 2019 19:29

Télécharger (539 octets)

Voir les différences:

Subject: [PATCH] python3: restrict pytest version for tox (#31160)

 tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
tox.ini
39 39
  pytest-django<3.4.6
40 40
  pytest-random
41 41
  mock
42
  pytest>=3.3.0
42
  pytest<4.2
43 43
  lxml
44 44
  cssselect
45 45
  pylint<1.8
46
-