Skip to content

Commit 5e872b0

Browse files
committed
"assert 0" to ensure tox on remote VM is using this repo
1 parent a48b50b commit 5e872b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pytestqt/plugin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,7 @@ def qtbot(qapp, request):
397397
that they are properly closed after the test ends.
398398
"""
399399
result = QtBot(qapp)
400+
assert 0
400401
no_capture = request.node.get_marker('qt_no_exception_capture') or \
401402
request.config.getini('qt_no_exception_capture')
402403
if no_capture:

0 commit comments

Comments
 (0)