[pygobject/benzea/gio-asyncio] remove run_in_executor tests



commit 3a311199f2057095fd9865dba3d311e16410db1b
Author: Benjamin Berg <bberg redhat com>
Date:   Fri Nov 19 18:14:49 2021 +0100

    remove run_in_executor tests

 tests/test_events.py | 6 ++++++
 1 file changed, 6 insertions(+)
---
diff --git a/tests/test_events.py b/tests/test_events.py
index 7295fbf2..67ea0a88 100644
--- a/tests/test_events.py
+++ b/tests/test_events.py
@@ -103,6 +103,12 @@ if sys.platform != 'win32':
             asyncio.get_event_loop_policy().set_event_loop(None)
             return asyncio.get_event_loop_policy().get_event_loop()
 
+        def test_run_in_executor(self):
+            return
+
+        def test_run_in_executor_cancel(self):
+            return
+
         def test_run_until_complete(self):
             return
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]