Skip to content

Commit b3721c9

Browse files
committed
Remove unnecessary asyncio marker
1 parent 5101d39 commit b3721c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/pyutils/test_is_awaitable.py

-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ async def some_coroutine():
9595
assert is_awaitable(some_future)
9696
assert is_awaitable(some_future)
9797

98-
@mark.asyncio
9998
@mark.filterwarnings("ignore:.* was never awaited:RuntimeWarning")
10099
def declines_an_async_generator():
101100
async def some_async_generator():

0 commit comments

Comments
 (0)