From a26b0c684d21e7e5e62ed7afd7ee2bf78993fd0a Mon Sep 17 00:00:00 2001 From: Julian Gilbey Date: Sat, 7 Dec 2024 20:53:52 +0000 Subject: [PATCH] Ignore PySide 6 DeprecationWarning --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index 7904344a..f8a8cd0a 100644 --- a/pytest.ini +++ b/pytest.ini @@ -3,6 +3,7 @@ addopts = --durations=10 -v -r a --color=yes --code-highlight=yes --strict-confi empty_parameter_set_mark = fail_at_collect filterwarnings = error + ignore:.*QSqlDatabase\.exec\(:DeprecationWarning log_auto_indent = True log_level = INFO minversion = 6.0