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: I9305910c7ab8a8874410ba921584a221b9a2bfab
This commit is contained in:
parent
a8b48d6e02
commit
f0a42eb360
4
tox.ini
4
tox.ini
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user