Skip to content

Commit 4be805f

Browse files
committed
Ignore distutils warnings coming from pip which needs a release.
1 parent b5f2574 commit 4be805f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ changedir = {envtmpdir}
1313
passenv = CODECOV* CI
1414
setenv =
1515
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
16+
tests: PYTHONWARNINGS = error,ignore:Creating a LegacyVersion:DeprecationWarning,ignore:SelectableGroups dict interface:DeprecationWarning,ignore:":UserWarning,ignore:the imp module:DeprecationWarning,ignore:The distutils:DeprecationWarning
1717
1818
coverage,codecov: MAYBE_COVERAGE = coverage run -m
1919
coverage,codecov: COVERAGE_RCFILE={toxinidir}/.coveragerc

0 commit comments

Comments
 (0)