Skip to content

Commit 77bfebf

Browse files
committed
Re-enable deprecation checking in CI
1 parent dcfc833 commit 77bfebf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ deps =
44
# Ideally all the dependencies should be set as "extras"
55
setenv =
66
PYTHONWARNDEFAULTENCODING = 1
7-
SETUPTOOLS_ENFORCE_DEPRECATION = {env:SETUPTOOLS_ENFORCE_DEPRECATION:0}
8-
# ^-- Temporarily disable enforcement so CI don't fail on due dates
7+
SETUPTOOLS_ENFORCE_DEPRECATION = {env:SETUPTOOLS_ENFORCE_DEPRECATION:1}
98
commands =
109
pytest {posargs}
1110
usedevelop = True

0 commit comments

Comments
 (0)