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

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 =
Reference in New Issue
openstack/nova
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.