We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5f2574 commit 4be805fCopy full SHA for 4be805f
tox.ini
@@ -13,7 +13,7 @@ changedir = {envtmpdir}
13
passenv = CODECOV* CI
14
setenv =
15
JSON_SCHEMA_TEST_SUITE = {toxinidir}/json
16
- tests: PYTHONWARNINGS = error,ignore:Creating a LegacyVersion:DeprecationWarning,ignore:SelectableGroups dict interface:DeprecationWarning,ignore:":UserWarning,ignore:the imp module:DeprecationWarning
+ tests: PYTHONWARNINGS = error,ignore:Creating a LegacyVersion:DeprecationWarning,ignore:SelectableGroups dict interface:DeprecationWarning,ignore:":UserWarning,ignore:the imp module:DeprecationWarning,ignore:The distutils:DeprecationWarning
17
18
coverage,codecov: MAYBE_COVERAGE = coverage run -m
19
coverage,codecov: COVERAGE_RCFILE={toxinidir}/.coveragerc
0 commit comments