From 72c51c57445bb08db7717abe84f2d66e764f5b00 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Sat, 18 Mar 2023 16:55:25 +0100 Subject: [PATCH] dont try to stop the RST --- tests/test_mdiarea.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_mdiarea.py b/tests/test_mdiarea.py index c09a6d3..14b5438 100644 --- a/tests/test_mdiarea.py +++ b/tests/test_mdiarea.py @@ -21,7 +21,7 @@ class TestMDIArea: def teardown_method(self): print("teardown") - self.mw.rst.wait_for_stop() +# self.mw.rst.wait_for_stop() self.app.quit() print("app quit called") del self.mw