From cad1c135cb6ed3933b087cde34ea673a1a19ef66 Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Fri, 9 Jul 2021 16:40:37 +0200 Subject: Another try at filtering the setuptools_scm warning. message has to match the start... --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index afee0c8..a91c686 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,7 @@ changedir = {envtmpdir} passenv = CODECOV* CI setenv = JSON_SCHEMA_TEST_SUITE = {toxinidir}/json - tests: PYTHONWARNINGS = error,ignore:Creating a LegacyVersion:DeprecationWarning,ignore:SelectableGroups dict interface:DeprecationWarning,ignore:is shallow and may cause errors:UserWarning + tests: PYTHONWARNINGS = error,ignore:Creating a LegacyVersion:DeprecationWarning,ignore:SelectableGroups dict interface:DeprecationWarning,ignore:":UserWarning coverage,codecov: MAYBE_COVERAGE = coverage run -m coverage,codecov: COVERAGE_RCFILE={toxinidir}/.coveragerc -- cgit v1.2.1