diff options
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ changedir = {envtmpdir} passenv = CODECOV* CI setenv = JSON_SCHEMA_TEST_SUITE = {toxinidir}/json - tests: PYTHONWARNINGS = error,ignore:Creating a LegacyVersion:DeprecationWarning, + tests: PYTHONWARNINGS = error,ignore:Creating a LegacyVersion:DeprecationWarning,ignore:SelectableGroups dict interface:DeprecationWarning coverage,codecov: MAYBE_COVERAGE = coverage run -m coverage,codecov: COVERAGE_RCFILE={toxinidir}/.coveragerc |