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: If27f720f2f3c0ee89b2c43bd206429b9398895e1
This commit is contained in:
Takashi Kajinami
2024-09-16 15:17:56 +09:00
parent 1ecab6dbc5
commit f358a87417
-2
View File
@@ -19,8 +19,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
extras =