Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions pytest_asyncio/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import socket

import pytest
from _pytest.python import transfer_markers

try:
from async_generator import isasyncgenfunction
Expand Down Expand Up @@ -36,7 +35,6 @@ def pytest_pycollect_makeitem(collector, name, obj):
# Due to how pytest test collection works, module-level pytestmarks
# are applied after the collection step. Since this is the collection
# step, we look ourselves.
transfer_markers(obj, item.cls, item.module)
item = pytest.Function(name, parent=collector) # To reload keywords.

if 'asyncio' in item.keywords:
Expand Down