We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d9f6e2 commit b333ba9Copy full SHA for b333ba9
1 file changed
tests/python/test_base_events.py
@@ -345,6 +345,7 @@ def test_thread(loop, debug, create_loop=False):
345
# check disabled if debug mode is disabled
346
test_thread(self.loop, False, create_loop=True)
347
348
+ @unittest.skipIf(sys.version_info >= (3, 7), "deleted")
349
def test_run_once_in_executor_plain(self):
350
def cb():
351
pass
0 commit comments