Skip to content

Commit 9c39a6b

Browse files
committed
Make tests to work
1 parent 27347a4 commit 9c39a6b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/tests/test_yup_events/test_MessageManager.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ def test_message_manager_instance():
1515

1616
#==================================================================================================
1717

18+
@pytest.mark.skipif(yup.__embedded_interpreter__, reason="Embedded interpreter does not support the test application")
1819
def test_message_manager_run_dispatch_loop_until():
1920
mm = yup.MessageManager.getInstance()
2021

@@ -36,6 +37,7 @@ class ActionListener(yup.ActionListener):
3637
def actionListenerCallback(self, message: str):
3738
self.message = message
3839

40+
@pytest.mark.skipif(yup.__embedded_interpreter__, reason="Embedded interpreter does not support the test application")
3941
def test_message_manager_broadcast_listener():
4042
mm = yup.MessageManager.getInstance()
4143
listener = ActionListener()

0 commit comments

Comments
 (0)