summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2021-07-09 15:54:42 +0200
committerJulian Berman <Julian@GrayVines.com>2021-07-09 15:54:42 +0200
commit2724b5191fc9f382a09d2be5f7cd2c1ee7226754 (patch)
tree4cccb927865b84c4f886607796d374b4291a0e70 /tox.ini
parentb62c5b164dda6ba97b2c05c70faa9b19fc25f0e0 (diff)
downloadjsonschema-2724b5191fc9f382a09d2be5f7cd2c1ee7226754.tar.gz
And one from setuptools_scm from shallow git clones...
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 1fd066e..afee0c8 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
+ tests: PYTHONWARNINGS = error,ignore:Creating a LegacyVersion:DeprecationWarning,ignore:SelectableGroups dict interface:DeprecationWarning,ignore:is shallow and may cause errors:UserWarning
coverage,codecov: MAYBE_COVERAGE = coverage run -m
coverage,codecov: COVERAGE_RCFILE={toxinidir}/.coveragerc