We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5101d39 commit b3721c9Copy full SHA for b3721c9
tests/pyutils/test_is_awaitable.py
@@ -95,7 +95,6 @@ async def some_coroutine():
95
assert is_awaitable(some_future)
96
97
98
- @mark.asyncio
99
@mark.filterwarnings("ignore:.* was never awaited:RuntimeWarning")
100
def declines_an_async_generator():
101
async def some_async_generator():
0 commit comments