summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2021-07-09 17:29:12 +0200
committerJulian Berman <Julian@GrayVines.com>2021-07-09 17:29:12 +0200
commitaaf9a4c7e81e6a646867de8360ba8e23ca3845c3 (patch)
tree175513700d1d760bc85a179eabfcb089c39cdea7
parent3926c6069b383f2adf1e5360b98c47e093de23af (diff)
downloadjsonschema-aaf9a4c7e81e6a646867de8360ba8e23ca3845c3.tar.gz
Hopefully the last warning, which seems to only fire on PyPy.
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 5d63b09..cfaffbf 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
+ tests: PYTHONWARNINGS = error,ignore:Creating a LegacyVersion:DeprecationWarning,ignore:SelectableGroups dict interface:DeprecationWarning,ignore:":UserWarning,ignore,the imp module:DeprecationWarning
coverage,codecov: MAYBE_COVERAGE = coverage run -m
coverage,codecov: COVERAGE_RCFILE={toxinidir}/.coveragerc