Skip to content

Commit 5606f4c

Browse files
committed
pypa/setuptools#3276 is merged, remove some testing warning config.
1 parent 09b28bb commit 5606f4c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ commands =
3131

3232
build: {envpython} -m build {toxinidir} --outdir {envtmpdir}/dist
3333

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}
34+
tests,coverage,codecov: {envpython} -Werror -m {env:MAYBE_COVERAGE:} twisted.trial {posargs:jsonschema}
3635
tests: {envpython} -m doctest {toxinidir}/README.rst
3736

3837
coverage: {envpython} -m coverage report --show-missing

0 commit comments

Comments
 (0)