Skip to content

Commit 4456e58

Browse files
committed
wrong cutoff
1 parent b28a507 commit 4456e58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/python/test_tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1255,7 +1255,7 @@ def coro():
12551255
self.assertIsNone(task._fut_waiter)
12561256
self.assertTrue(fut.cancelled())
12571257

1258-
@unittest.skipIf(sys.version_info < (3, 6), "new")
1258+
@unittest.skipIf(sys.version_info < (3, 7), "new")
12591259
def test_task_set_methods(self):
12601260
@asyncio.coroutine
12611261
def notmuch():

0 commit comments

Comments
 (0)