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