summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2021-10-08 08:53:45 -0400
committerJulian Berman <Julian@GrayVines.com>2021-10-08 09:05:47 -0400
commit4be805f57ff93fc1610ed08538941c5e1d5c5df3 (patch)
treee42496b08b027629a2b628f6d7b636c5603e79e1
parentb5f257416d53ed464a958e84b732bb041bb75ae7 (diff)
downloadjsonschema-4be805f57ff93fc1610ed08538941c5e1d5c5df3.tar.gz
Ignore distutils warnings coming from pip which needs a release.
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 3e245a4..809ae6d 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:":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
coverage,codecov: MAYBE_COVERAGE = coverage run -m
coverage,codecov: COVERAGE_RCFILE={toxinidir}/.coveragerc