Skip to content

Commit 9c3e1c1

Browse files
committed
[setup.cfg] add pytest configuration for qt testing
1 parent b4443c7 commit 9c3e1c1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.cfg

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,8 @@
22
universal = 0
33

44
[flake8]
5-
max-line-length = 90
5+
max-line-length = 90
6+
7+
[tool:pytest]
8+
qt_log_level_fail = CRITICAL
9+
qt_api=pyqt5

0 commit comments

Comments
 (0)