Skip to content

Commit

Permalink
Temporarily disable deprecation enforcement
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Nov 28, 2023
1 parent b1bf87b commit 6c9cf91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ deps =
# ^-- use dev version while we wait for the new release
setenv =
PYTHONWARNDEFAULTENCODING = 1
SETUPTOOLS_ENFORCE_DEPRECATION = {env:SETUPTOOLS_ENFORCE_DEPRECATION:1}
SETUPTOOLS_ENFORCE_DEPRECATION = {env:SETUPTOOLS_ENFORCE_DEPRECATION:0}
# ^-- Temporarily disable enforcement so CI don't fail on due dates
commands =
pytest {posargs}
usedevelop = True
Expand Down

0 comments on commit 6c9cf91

Please sign in to comment.