Projet

Général

Profil

0005-tox.ini-ignore-some-warnings-72941.patch

Benjamin Dauvergne, 11 janvier 2023 12:21

Télécharger (659 octets)

Voir les différences:

Subject: [PATCH 5/5] tox.ini: ignore some warnings (#72941)

 tox.ini | 7 +++++++
 1 file changed, 7 insertions(+)
tox.ini
41 41
  pytest-freezegun
42 42
commands =
43 43
  py.test {posargs:{env:JUNIT:} {env:COVERAGE:} {env:FLAKES:} tests/}
44

  
45
[pytest]
46
filterwarnings =
47
  error
48
  ignore:_SixMetaPathImporter:ImportWarning
49
  ignore:Plural value:DeprecationWarning
50
junit_family=xunit2
44
-