Skip to content

Commit 92382de

Browse files
committed
Re-enable SETUPTOOLS_ENFORCE_DEPRECATION
This is done so in the future we are reminded to remove the deprecated code.
1 parent 48d3636 commit 92382de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ deps =
1010
# Ideally all the dependencies should be set as "extras"
1111
setenv =
1212
PYTHONWARNDEFAULTENCODING = 1
13-
SETUPTOOLS_ENFORCE_DEPRECATION = 0 # temporarily disable
13+
SETUPTOOLS_ENFORCE_DEPRECATION = 1
1414
commands =
1515
pytest {posargs}
1616
usedevelop = True

0 commit comments

Comments
 (0)