Skip to content

Commit b333ba9

Browse files
committed
deleted test
1 parent 1d9f6e2 commit b333ba9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/python/test_base_events.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ def test_thread(loop, debug, create_loop=False):
345345
# check disabled if debug mode is disabled
346346
test_thread(self.loop, False, create_loop=True)
347347

348+
@unittest.skipIf(sys.version_info >= (3, 7), "deleted")
348349
def test_run_once_in_executor_plain(self):
349350
def cb():
350351
pass

0 commit comments

Comments
 (0)