Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b3721c9

Browse filesBrowse files
committed
Remove unnecessary asyncio marker
1 parent 5101d39 commit b3721c9
Copy full SHA for b3721c9

File tree

Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed

‎tests/pyutils/test_is_awaitable.py

Copy file name to clipboardExpand all lines: tests/pyutils/test_is_awaitable.py
-1Lines changed: 0 additions & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.