Merge "Drop SQLALCHEMY_WARN_20"
This commit is contained in:
commit
69ad4aa168
@ -91,9 +91,7 @@ class WarningsFixture(fixtures.Fixture):
|
||||
'error',
|
||||
category=sqla_exc.SAWarning)
|
||||
|
||||
# Configure SQLAlchemy 2.0 warnings
|
||||
# TODO(stephenfin): Remove once we're using sqlalchemy 2.0 which should
|
||||
# remove these deprecated features entirely
|
||||
# Configure SQLAlchemy warnings
|
||||
warnings.filterwarnings(
|
||||
'ignore',
|
||||
category=sqla_exc.SADeprecationWarning)
|
||||
|
2
tox.ini
2
tox.ini
@ -17,8 +17,6 @@ setenv =
|
||||
OS_STDERR_CAPTURE=1
|
||||
OS_TEST_TIMEOUT=160
|
||||
PYTHONDONTWRITEBYTECODE=1
|
||||
# TODO(stephenfin): Remove once we bump our upper-constraint to SQLAlchemy 2.0
|
||||
SQLALCHEMY_WARN_20=1
|
||||
deps = -r{toxinidir}/test-requirements.txt
|
||||
# For a venv that doesn't use stestr commands must be overridden.
|
||||
commands =
|
||||
|
Loading…
x
Reference in New Issue
Block a user