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 b28a507 commit 4456e58Copy full SHA for 4456e58
1 file changed
tests/python/test_tasks.py
@@ -1255,7 +1255,7 @@ def coro():
1255
self.assertIsNone(task._fut_waiter)
1256
self.assertTrue(fut.cancelled())
1257
1258
- @unittest.skipIf(sys.version_info < (3, 6), "new")
+ @unittest.skipIf(sys.version_info < (3, 7), "new")
1259
def test_task_set_methods(self):
1260
@asyncio.coroutine
1261
def notmuch():
0 commit comments