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: Ia3504772997c28dbf07eea6b682d930ed9e6d5b1
This commit is contained in:
parent
292bf442cc
commit
5f302d75e5
3
tox.ini
3
tox.ini
@ -7,7 +7,6 @@ ignore_basepython_conflict = True
|
||||
usedevelop = True
|
||||
setenv = VIRTUAL_ENV={envdir}
|
||||
PYTHONWARNINGS=always::DeprecationWarning
|
||||
SQLALCHEMY_WARN_20=1
|
||||
install_command =
|
||||
pip install {opts} {packages}
|
||||
allowlist_externals = find
|
||||
@ -49,13 +48,11 @@ commands =
|
||||
[testenv:py3]
|
||||
setenv = OS_TEST_PATH={toxinidir}/octavia/tests/unit
|
||||
PYTHONWARNINGS=always::DeprecationWarning
|
||||
SQLALCHEMY_WARN_20=1
|
||||
|
||||
[testenv:functional]
|
||||
# This will use whatever 'basepython' is set to, so the name is ambiguous.
|
||||
setenv = OS_TEST_PATH={toxinidir}/octavia/tests/functional
|
||||
PYTHONWARNINGS=always::DeprecationWarning
|
||||
SQLALCHEMY_WARN_20=1
|
||||
|
||||
[testenv:functional-py3]
|
||||
setenv = OS_TEST_PATH={toxinidir}/octavia/tests/functional
|
||||
|
Loading…
Reference in New Issue
Block a user