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: Iaae6f0e94082d2ee98fd4f759a5c639081ec7d56
This commit is contained in:
parent
9d641cef18
commit
45b01d35f2
2
tox.ini
2
tox.ini
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user