summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2023-03-07 18:21:48 +0000
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2023-03-07 21:48:38 +0000
commit529efe7bc944202f19fec1f406958f1485e4056a (patch)
tree4a56ea11bd84380e2cd0595f90faef5d1d3cc48c /tox.ini
parent7fd2e7450b8b9bc4e9a5b04ea43b558bedd03517 (diff)
downloadpython-setuptools-git-529efe7bc944202f19fec1f406958f1485e4056a.tar.gz
Enforce deprecation warnings in setuptools test suite
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 2bae6728..2ad4f2fb 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,6 +10,7 @@ deps =
# Ideally all the dependencies should be set as "extras"
setenv =
PYTHONWARNDEFAULTENCODING = 1
+ SETUPTOOLS_ENFORCE_DEPRECATION = 1
commands =
pytest {posargs}
usedevelop = True