From 6c9cf919758f4d76f8d42d5d9756c1db43f74a20 Mon Sep 17 00:00:00 2001 From: Anderson Bravalheri Date: Tue, 28 Nov 2023 15:51:38 +0000 Subject: [PATCH] Temporarily disable deprecation enforcement --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e352869f39..c4f10cd667 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,8 @@ deps = # ^-- use dev version while we wait for the new release setenv = PYTHONWARNDEFAULTENCODING = 1 - SETUPTOOLS_ENFORCE_DEPRECATION = {env:SETUPTOOLS_ENFORCE_DEPRECATION:1} + SETUPTOOLS_ENFORCE_DEPRECATION = {env:SETUPTOOLS_ENFORCE_DEPRECATION:0} + # ^-- Temporarily disable enforcement so CI don't fail on due dates commands = pytest {posargs} usedevelop = True