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:
parent
ab00dac26f
commit
916e08616b
2
tox.ini
2
tox.ini
@ -16,8 +16,6 @@ setenv =
|
|||||||
AODH_TEST_DEPS=postgresql,mysql
|
AODH_TEST_DEPS=postgresql,mysql
|
||||||
mysql: AODH_TEST_DEPS=mysql
|
mysql: AODH_TEST_DEPS=mysql
|
||||||
postgresql: AODH_TEST_DEPS=postgresql
|
postgresql: AODH_TEST_DEPS=postgresql
|
||||||
# TODO(stephenfin): Remove once we bump our upper-constraint to SQLAlchemy 2.0
|
|
||||||
SQLALCHEMY_WARN_20=1
|
|
||||||
deps =
|
deps =
|
||||||
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
||||||
.[{env:AODH_TEST_DEPS}]
|
.[{env:AODH_TEST_DEPS}]
|
||||||
|
Loading…
Reference in New Issue
Block a user