Skip to content

Commit

Permalink
Remove unnecessary asyncio marker
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Jun 6, 2022
1 parent 5101d39 commit b3721c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/pyutils/test_is_awaitable.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ async def some_coroutine():
assert is_awaitable(some_future)
assert is_awaitable(some_future)

@mark.asyncio
@mark.filterwarnings("ignore:.* was never awaited:RuntimeWarning")
def declines_an_async_generator():
async def some_async_generator():
Expand Down

0 comments on commit b3721c9

Please sign in to comment.