Skip to content

Commit 1d2a1ea

Browse files
authored
PR: Ignore PySide6 QSqlDatabase.exec DeprecationWarning (spyder-ide#506)
2 parents 3969d99 + a26b0c6 commit 1d2a1ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pytest.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ addopts = --durations=10 -v -r a --color=yes --code-highlight=yes --strict-confi
33
empty_parameter_set_mark = fail_at_collect
44
filterwarnings =
55
error
6+
ignore:.*QSqlDatabase\.exec\(:DeprecationWarning
67
log_auto_indent = True
78
log_level = INFO
89
minversion = 6.0

0 commit comments

Comments
 (0)