tests: Warn on *any* SAWarning warning

We were explicitly warning on one type of warning. We should warn on all
of them, since they are issues that need prompt addressing.

Change-Id: Ice70d5f0eb93537c4580964d0c70d439182977c0
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
Stephen Finucane 2023-04-17 11:43:30 +01:00
parent d00a9fedd5
commit b2f4fbd5f1
1 changed files with 0 additions and 1 deletions

View File

@ -88,7 +88,6 @@ class WarningsFixture(fixtures.Fixture):
# Prevent us introducing unmapped columns
warnings.filterwarnings(
'error',
message='Evaluating non-mapped column expression',
category=sqla_exc.SAWarning)
# Configure SQLAlchemy 2.0 warnings