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 09b28bb commit 5606f4cCopy full SHA for 5606f4c
tox.ini
@@ -31,8 +31,7 @@ commands =
31
32
build: {envpython} -m build {toxinidir} --outdir {envtmpdir}/dist
33
34
- # Ignore the deprecation warning until pypa/setuptools#3276 is released
35
- tests,coverage,codecov: {envpython} -Werror -W"ignore:module 'sre_constants' is deprecated:DeprecationWarning" -m {env:MAYBE_COVERAGE:} twisted.trial {posargs:jsonschema}
+ tests,coverage,codecov: {envpython} -Werror -m {env:MAYBE_COVERAGE:} twisted.trial {posargs:jsonschema}
36
tests: {envpython} -m doctest {toxinidir}/README.rst
37
38
coverage: {envpython} -m coverage report --show-missing
0 commit comments