Skip to content

Commit 0669721

Browse files
committed
Excluding rtd branch from coverage in qt_compat
1 parent 93041c9 commit 0669721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytestqt/qt_compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def _import_module(moduleName):
5454
Qt = QtCore.Qt
5555
QEvent = QtCore.QEvent
5656

57-
else:
57+
else: # pragma: no cover
5858
USING_PYSIDE = True
5959

6060
# mock Qt when we are generating documentation at readthedocs.org

0 commit comments

Comments
 (0)