Projet

Général

Profil

0003-tox.ini-pass-posargs-to-pylint-71619.patch

Benjamin Dauvergne, 24 novembre 2022 14:47

Télécharger (720 octets)

Voir les différences:

Subject: [PATCH 3/3] tox.ini: pass posargs to pylint (#71619)

 tox.ini | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
tox.ini
87 87
  pytz
88 88
  pytest-freezegun
89 89
  faker
90
  pylint
91
  pylint-django
92 90
  uwsgidecorators
93 91
  enum34<=1.1.6
94 92
  ldaptools>=0.24
......
138 136
    numpy
139 137
commands =
140 138
    ./getlasso3.sh
141
    ./pylint.sh tests/ src/
139
    ./pylint.sh {posargs:tests/ src/}
142 140

  
143 141
[testenv:manage]
144 142
usedevelop = True
145
-