From 1997872f71f1e7b3d0d80e40e067904f145e140a Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Mon, 17 Jul 2023 20:57:07 +0200 Subject: [PATCH] Comment out blocking call --- tests/test_tools/test_tools_manusbuild.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_tools/test_tools_manusbuild.py b/tests/test_tools/test_tools_manusbuild.py index b5a1c078..d5105685 100644 --- a/tests/test_tools/test_tools_manusbuild.py +++ b/tests/test_tools/test_tools_manusbuild.py @@ -133,7 +133,7 @@ def testManuscriptBuild_Main( assert manus._runBuild() is False # Finish - # manus._dialogButtonClicked(manus.dlgButtons.button(QDialogButtonBox.Close)) - qtbot.stop() + manus._dialogButtonClicked(manus.dlgButtons.button(QDialogButtonBox.Close)) + # qtbot.stop() # END Test testManuscriptBuild_Main