Skip to content

Commit 1ca1ee8

Browse files
committed
Temporarily disable deprecation enforcement
1 parent ff76818 commit 1ca1ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ deps =
44
# Ideally all the dependencies should be set as "extras"
55
setenv =
66
PYTHONWARNDEFAULTENCODING = 1
7-
SETUPTOOLS_ENFORCE_DEPRECATION = {env:SETUPTOOLS_ENFORCE_DEPRECATION:1}
7+
SETUPTOOLS_ENFORCE_DEPRECATION = {env:SETUPTOOLS_ENFORCE_DEPRECATION:0} # TODO: return to 1 (temporarily disabled)
88
commands =
99
pytest {posargs}
1010
usedevelop = True

0 commit comments

Comments
 (0)