We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1bf87b + 6c9cf91 commit 382e617Copy full SHA for 382e617
tox.ini
@@ -6,7 +6,8 @@ deps =
6
# ^-- use dev version while we wait for the new release
7
setenv =
8
PYTHONWARNDEFAULTENCODING = 1
9
- SETUPTOOLS_ENFORCE_DEPRECATION = {env:SETUPTOOLS_ENFORCE_DEPRECATION:1}
+ SETUPTOOLS_ENFORCE_DEPRECATION = {env:SETUPTOOLS_ENFORCE_DEPRECATION:0}
10
+ # ^-- Temporarily disable enforcement so CI don't fail on due dates
11
commands =
12
pytest {posargs}
13
usedevelop = True
0 commit comments