summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2021-07-09 16:40:37 +0200
committerJulian Berman <Julian@GrayVines.com>2021-07-09 16:40:37 +0200
commitcad1c135cb6ed3933b087cde34ea673a1a19ef66 (patch)
treea7ab43d25188c0470e6a9cdcfb94ca190b0927a4 /tox.ini
parent2724b5191fc9f382a09d2be5f7cd2c1ee7226754 (diff)
downloadjsonschema-cad1c135cb6ed3933b087cde34ea673a1a19ef66.tar.gz
Another try at filtering the setuptools_scm warning.
message has to match the start...
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 afee0c8..a91c686 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:is shallow and may cause errors:UserWarning
+ tests: PYTHONWARNINGS = error,ignore:Creating a LegacyVersion:DeprecationWarning,ignore:SelectableGroups dict interface:DeprecationWarning,ignore:":UserWarning
coverage,codecov: MAYBE_COVERAGE = coverage run -m
coverage,codecov: COVERAGE_RCFILE={toxinidir}/.coveragerc