Skip to content

Commit

Permalink
PR: Ignore PySide6 QSqlDatabase.exec DeprecationWarning (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
dalthviz authored Dec 16, 2024
2 parents 3969d99 + a26b0c6 commit 1d2a1ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d2a1ea

Please sign in to comment.