diff options
author | Julian Berman <Julian@GrayVines.com> | 2021-07-09 16:40:37 +0200 |
---|---|---|
committer | Julian Berman <Julian@GrayVines.com> | 2021-07-09 16:40:37 +0200 |
commit | cad1c135cb6ed3933b087cde34ea673a1a19ef66 (patch) | |
tree | a7ab43d25188c0470e6a9cdcfb94ca190b0927a4 /tox.ini | |
parent | 2724b5191fc9f382a09d2be5f7cd2c1ee7226754 (diff) | |
download | jsonschema-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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |