Skip to content

Commit c205528

Browse files
authored
Remove failing test on Python 3.11 (#12917)
asyncio.coroutine has been removed. I don't think this test case is particularly useful. Co-authored-by: hauntsaninja <>
1 parent 0628e09 commit c205528

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

test-data/unit/stubgen.test

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1364,23 +1364,6 @@ class F:
13641364
@t.coroutine
13651365
def g(): ...
13661366

1367-
[case testCoroutineSpecialCase_import]
1368-
import asyncio
1369-
1370-
__all__ = ['C']
1371-
1372-
@asyncio.coroutine
1373-
def f():
1374-
pass
1375-
1376-
class C:
1377-
def f(self):
1378-
pass
1379-
[out]
1380-
import asyncio
1381-
1382-
class C:
1383-
def f(self) -> None: ...
13841367

13851368
-- Tests for stub generation from semantically analyzed trees.
13861369
-- These tests are much slower, so use the `_semanal` suffix only when needed.

0 commit comments

Comments
 (0)