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:
parent
0adfd85b1d
commit
1f81040c63
2
tox.ini
2
tox.ini
@ -8,8 +8,6 @@ basepython = python3
|
|||||||
setenv =
|
setenv =
|
||||||
OS_TEST_PATH=heat/tests
|
OS_TEST_PATH=heat/tests
|
||||||
PYTHONDONTWRITEBYTECODE=1
|
PYTHONDONTWRITEBYTECODE=1
|
||||||
# TODO(stephenfin): Remove once we bump our upper-constraint to SQLAlchemy 2.0
|
|
||||||
SQLALCHEMY_WARN_20=1
|
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
||||||
-r{toxinidir}/requirements.txt
|
-r{toxinidir}/requirements.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user