Skip to content

Commit

Permalink
pypa/setuptools#3276 is merged, remove some testing warning config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Dec 5, 2022
1 parent 09b28bb commit 5606f4c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tox.ini
Expand Up @@ -31,8 +31,7 @@ commands =

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

# Ignore the deprecation warning until pypa/setuptools#3276 is released
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}
tests: {envpython} -m doctest {toxinidir}/README.rst

coverage: {envpython} -m coverage report --show-missing
Expand Down

0 comments on commit 5606f4c

Please sign in to comment.