Skip to content

Commit

Permalink
Pytest fail only on critical qt messages
Browse files Browse the repository at this point in the history
  • Loading branch information
don4get committed Aug 17, 2020
1 parent f708ed9 commit 486c698
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[pytest]
qt_log_level_fail = DEBUG
qt_log_format = {rec.when} {rec.type_name}: {rec.message}
qt_log_level_fail = CRITICAL
qt_api=pyside2
filterwarnings =
ignore:.*QFontMetrics.width.* is deprecated:DeprecationWarning:pyqtconsole
ignore:.*QXcbConnection.*

0 comments on commit 486c698

Please sign in to comment.