From c31385bd8bc4b8016a239bcff7d1693008936823 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Wed, 11 Jan 2023 12:00:42 +0100 Subject: [PATCH] tox.ini: ignore some warnings (#72941) --- tox.ini | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tox.ini b/tox.ini index 95d83c2..b7c7a01 100644 --- a/tox.ini +++ b/tox.ini @@ -41,3 +41,10 @@ deps = pytest-freezegun commands = py.test {posargs:{env:JUNIT:} {env:COVERAGE:} {env:FLAKES:} tests/} + +[pytest] +filterwarnings = + error + ignore:_SixMetaPathImporter:ImportWarning + ignore:Plural value:DeprecationWarning +junit_family=xunit2