Merge "Drop SQLALCHEMY_WARN_20"

This commit is contained in:
Zuul 2024-10-07 12:13:40 +00:00 committed by Gerrit Code Review
commit 97ce039f26

View File

@ -6,8 +6,6 @@ envlist = py38,py39,pep8,docs
setenv =
PYTHON=coverage run --source barbican --parallel-mode
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}