From 943f8a42b042eaa49c35295121c9a02c6bd85e9c Mon Sep 17 00:00:00 2001 From: Andriy Kurilin Date: Sun, 28 Apr 2024 23:34:10 -0400 Subject: [PATCH] Remove redundant db ignore warnings Change-Id: Ie0d316f7693154232d6a97403a8b93fe6e415f40 --- tox.ini | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index 874f696392..cfc3c5ac1f 100644 --- a/tox.ini +++ b/tox.ini @@ -11,6 +11,7 @@ setenv = VIRTUAL_ENV={envdir} LC_ALL=C PYTHONHASHSEED=0 TOX_ENV_NAME={envname} + sa14: SQLALCHEMY_SILENCE_UBER_WARNING=1 allowlist_externals = find rm make @@ -139,10 +140,6 @@ commands = \ [pytest] filterwarnings = error - # Introduced with oslo.db-12.1.0 - ignore:.*Support for the MySQL NDB Cluster storage engine has been deprecated and will be removed in a future release.:DeprecationWarning: - # Introduced with SQLAlchemy-1.4.46, can be removed when rally supports SQLAlchemy>=2.0.0 - ignore:.*Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message.* # we do not use anything inner from OptionParser, so we do not care about it's parent ignore:The frontend.OptionParser class will be replaced by a subclass of argparse.ArgumentParser in Docutils 0.21 or later.:DeprecationWarning: # we do not use Option directly, it is initialized by OptionParser by itself.