Projet

Général

Profil

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

Paul Marillonnet, 20 mars 2019 17:56

Télécharger (537 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
44 44
  pytest-django<3.4.6
45 45
  pytest-random
46 46
  mock
47
  pytest>=3.3.0
47
  pytest<5
48 48
  lxml
49 49
  cssselect
50 50
  pylint<1.8
51
-