From 6b15fdbee7df06e752ec928af1220aa5294356f6 Mon Sep 17 00:00:00 2001 From: Eugenio Parodi Date: Fri, 26 Aug 2022 09:42:25 +0100 Subject: [PATCH] Fix deadlock in test --- tests/pytest/mock_input.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/pytest/mock_input.py b/tests/pytest/mock_input.py index 51ba0ebe..c59c2da4 100644 --- a/tests/pytest/mock_input.py +++ b/tests/pytest/mock_input.py @@ -32,3 +32,5 @@ class Mock_TTkInput(): class inputEvent(): def connect(*args): pass + def clear(): + pass