Merge "Drop SQLALCHEMY_WARN_20"

This commit is contained in:
Zuul 2024-10-16 10:43:23 +00:00 committed by Gerrit Code Review
commit d454fc25cc

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}]