Skip to content

Commit 8825a5b

Browse files
authored
Temporarily disable deprecation "watchdog" (#5104)
2 parents ff76818 + 1ca1ee8 commit 8825a5b

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)