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: I1850fd6d9be22bb251e42b1c87128b696b994671
This commit is contained in:
Takashi Kajinami 2024-09-16 15:10:42 +09:00
parent ab00dac26f
commit 916e08616b

View File

@ -16,8 +16,6 @@ setenv =
AODH_TEST_DEPS=postgresql,mysql
mysql: AODH_TEST_DEPS=mysql
postgresql: AODH_TEST_DEPS=postgresql
# 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}
.[{env:AODH_TEST_DEPS}]