Skip to content

Commit

Permalink
Re-enable SETUPTOOLS_ENFORCE_DEPRECATION
Browse files Browse the repository at this point in the history
This is done so in the future we are reminded to remove the deprecated
code.
  • Loading branch information
abravalheri committed Jun 19, 2023
1 parent 48d3636 commit 92382de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ deps =
# Ideally all the dependencies should be set as "extras"
setenv =
PYTHONWARNDEFAULTENCODING = 1
SETUPTOOLS_ENFORCE_DEPRECATION = 0 # temporarily disable
SETUPTOOLS_ENFORCE_DEPRECATION = 1
commands =
pytest {posargs}
usedevelop = True
Expand Down

0 comments on commit 92382de

Please sign in to comment.