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 ff76818 + 1ca1ee8 commit 8825a5bCopy full SHA for 8825a5b
tox.ini
@@ -4,7 +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:1}
+ SETUPTOOLS_ENFORCE_DEPRECATION = {env:SETUPTOOLS_ENFORCE_DEPRECATION:0} # TODO: return to 1 (temporarily disabled)
8
commands =
9
pytest {posargs}
10
usedevelop = True
0 commit comments