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: Ibc7b1ce4ab71d81f5ee064da208bb1dd2f5dba36
This commit is contained in:
Takashi Kajinami 2024-09-17 00:01:42 +09:00
parent 61672f0744
commit 80c6cfa4c8

View File

@ -15,7 +15,6 @@ setenv =
VIRTUAL_ENV={envdir}
PYTHONDONTWRITEBYTECODE=1
PYTHONUNBUFFERED=1
SQLALCHEMY_WARN_20=true
TZ=UTC
TESTS_DIR=./ironic_inspector/test/unit/
passenv = http_proxy,HTTP_PROXY,https_proxy,HTTPS_PROXY,no_proxy,NO_PROXY