tests: filter irrelevant SQLAlchemy or_() warning

This commit is contained in:
Travis Abendshien
2026-07-01 23:20:45 -07:00
parent c062f6b6bd
commit d7918fd82c

View File

@@ -69,6 +69,7 @@ qt_api = "pyside6"
pythonpath = ["src"]
filterwarnings = [
"ignore:DISTINCT ON is currently supported only by the PostgreSQL dialect:sqlalchemy.exc.SADeprecationWarning",
'ignore:Invoking or_\(\) without arguments is deprecated:sqlalchemy.exc.SADeprecationWarning',
]
[tool.pyright]