mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-07-06 20:29:36 +00:00
tests: filter irrelevant SQLAlchemy or_() warning
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user