From f358a87417ca3ad90ea6fa45c36608d1f0339a47 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 16 Sep 2024 15:17:56 +0900 Subject: [PATCH] Drop SQLALCHEMY_WARN_20 This environment was used by SQLAlchemy 1.4 and is no longer necessary since SQLAlchemy was bumped to 2.0 . Change-Id: If27f720f2f3c0ee89b2c43bd206429b9398895e1 --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index 41f1461918..50a01c6ce2 100644 --- a/tox.ini +++ b/tox.ini @@ -19,8 +19,6 @@ setenv = OS_STDERR_CAPTURE=1 OS_TEST_TIMEOUT=160 PYTHONDONTWRITEBYTECODE=1 -# TODO(stephenfin): Remove once we bump our upper-constraint to SQLAlchemy 2.0 - SQLALCHEMY_WARN_20=1 deps = -r{toxinidir}/test-requirements.txt extras =