Merge "Drop SQLALCHEMY_WARN_20"

This commit is contained in:
Zuul 2024-09-21 07:59:19 +00:00 committed by Gerrit Code Review
commit 501a603b8b

View File

@ -3,9 +3,6 @@ minversion = 3.18.0
envlist = cover,docs,pep8,py3,pylint,update-states
[testenv]
setenv =
# TODO(stephenfin): Remove once we bump our upper-constraint to SQLAlchemy 2.0
SQLALCHEMY_WARN_20=1
# We need to install a bit more than just `test' because those drivers have
# custom tests that we always run
deps =
@ -52,7 +49,6 @@ deps =
{[testenv]deps}
coverage>=3.6
setenv =
{[testenv]setenv}
PYTHON=coverage run --source taskflow --parallel-mode
commands =
stestr run {posargs}