From 547fdcd414ee8eee73bb78e74622ef4916d2022b Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 16 Sep 2024 15:16:52 +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: I0d10ba166c6cbca3ebc43a726e205463b9473ee4 --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index dc82ed9aae..24b21c0dd9 100644 --- a/tox.ini +++ b/tox.ini @@ -12,8 +12,6 @@ usedevelop = true setenv = VIRTUAL_ENV={envdir} PYTHONDONTWRITEBYTECODE=1 -# TODO(stephenfin): Remove once we bump our upper-constraint to SQLAlchemy 2.0 - SQLALCHEMY_WARN_20=1 deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -r{toxinidir}/requirements.txt