summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2022-12-05 17:30:24 -0500
committerJulian Berman <Julian@GrayVines.com>2022-12-05 17:31:53 -0500
commit5606f4c41d497649baf2fa7df80e9e6a39ef9cc2 (patch)
treeff45058db32e803d51f7a547b9a34f3d92403c10 /tox.ini
parent09b28bbe904cf45488dfe33dd16a893f335e3d97 (diff)
downloadjsonschema-5606f4c41d497649baf2fa7df80e9e6a39ef9cc2.tar.gz
pypa/setuptools#3276 is merged, remove some testing warning config.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index fb815f1..eb222e2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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