Skip to content

Commit bc8d8ff

Browse files
committed
200, 21x, 900 work perfectly fine with asyncio
1 parent 1195f00 commit bc8d8ff

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

tests/eval_files/async200.py

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# Test spaces in options, and trailing comma
44
# Cannot test newlines, since argparse splits on those if passed on the CLI
55
# ARG --trio200-blocking-calls=bar -> BAR, bee-> SHOULD_NOT_BE_PRINTED,bonnet ->SHOULD_NOT_BE_PRINTED,bee.bonnet->BEEBONNET,*.postwild->POSTWILD,prewild.*->PREWILD,*.*.*->TRIPLEDOT,
6-
# NOASYNCIO
76

87

98
# don't error in sync function

tests/eval_files/async210.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# type: ignore
2-
# NOASYNCIO
32
import urllib
43

54
import httpx

tests/eval_files/async211.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# type: ignore
2-
# NOASYNCIO
32
from urllib3 import PoolManager
43

54

tests/eval_files/async212.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# type: ignore
2-
# NOASYNCIO
32
import urllib3
43

54

tests/eval_files/async900.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# type: ignore
22
# ARG --no-checkpoint-warning-decorator=asynccontextmanager,other_context_manager
3-
# NOASYNCIO
43
from contextlib import asynccontextmanager
54

65

0 commit comments

Comments
 (0)