Skip to content

Commit 3dc928a

Browse files
committed
Fix test_cursor_tool: blocked by Qt event loop
1 parent 1001b70 commit 3dc928a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotpy/tests/unit/test_cursor_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def test_cursor_tool(cursor_tool: type[BaseCursorTool]):
3131
Args:
3232
cursor_tool: Cursor tool class to test.
3333
"""
34-
with qt_app_context(exec_loop=True):
34+
with qt_app_context():
3535
win, _tool = create_window(cursor_tool)
3636
win.show()
3737
plot = win.manager.get_plot()

0 commit comments

Comments
 (0)