summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2021-07-09 15:52:01 +0200
committerJulian Berman <Julian@GrayVines.com>2021-07-09 15:52:01 +0200
commitb62c5b164dda6ba97b2c05c70faa9b19fc25f0e0 (patch)
tree28ebb67c00cec3c383d451a17ef7dcbcd16cb220 /tox.ini
parenta3354efec0eafe3dcbbed51d3f4ff7d508a00913 (diff)
downloadjsonschema-b62c5b164dda6ba97b2c05c70faa9b19fc25f0e0.tar.gz
Ignore another warning from importlib_metadata.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 24c2435..1fd066e 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,
+ 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