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.
1 parent dcfc833 commit 77bfebfCopy full SHA for 77bfebf
tox.ini
@@ -4,8 +4,7 @@ deps =
4
# Ideally all the dependencies should be set as "extras"
5
setenv =
6
PYTHONWARNDEFAULTENCODING = 1
7
- SETUPTOOLS_ENFORCE_DEPRECATION = {env:SETUPTOOLS_ENFORCE_DEPRECATION:0}
8
- # ^-- Temporarily disable enforcement so CI don't fail on due dates
+ SETUPTOOLS_ENFORCE_DEPRECATION = {env:SETUPTOOLS_ENFORCE_DEPRECATION:1}
9
commands =
10
pytest {posargs}
11
usedevelop = True
0 commit comments