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: I330c6c962aeb57cadf6ca8ae1e8c7ada76591f1c
This commit is contained in:
Takashi Kajinami 2024-09-16 15:16:20 +09:00
parent 0adfd85b1d
commit 1f81040c63

View File

@ -8,8 +8,6 @@ basepython = python3
setenv =
OS_TEST_PATH=heat/tests
PYTHONDONTWRITEBYTECODE=1
# TODO(stephenfin): Remove once we bump our upper-constraint to SQLAlchemy 2.0
SQLALCHEMY_WARN_20=1
usedevelop = True
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/requirements.txt