We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69d3787 commit b890d2fCopy full SHA for b890d2f
tox.ini
@@ -28,7 +28,8 @@ commands =
28
format,perf: {envpython} -m pip install '{toxinidir}[format]'
29
format_nongpl: {envpython} -m pip install '{toxinidir}[format_nongpl]'
30
31
- tests,coverage,codecov: {envpython} -W 'error' -m {env:MAYBE_COVERAGE:} twisted.trial {posargs:jsonschema}
+ # Ignore the deprecation warning until pypa/setuptools#3276 is released
32
+ tests,coverage,codecov: {envpython} -Werror -W"ignore:module 'sre_constants' is deprecated:DeprecationWarning" -m {env:MAYBE_COVERAGE:} twisted.trial {posargs:jsonschema}
33
tests: {envpython} -m doctest {toxinidir}/README.rst
34
35
coverage: {envpython} -m coverage report --show-missing
0 commit comments