From 529efe7bc944202f19fec1f406958f1485e4056a Mon Sep 17 00:00:00 2001 From: Anderson Bravalheri Date: Tue, 7 Mar 2023 18:21:48 +0000 Subject: Enforce deprecation warnings in setuptools test suite --- tox.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'tox.ini') 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 -- cgit v1.2.1