mirror of https://github.com/scrapy/scrapy.git
FIx a typo in the only_asyncio fixture.
This commit is contained in:
parent
30ebd05a5f
commit
f75ccc997a
|
|
@ -48,4 +48,4 @@ def reactor_pytest(request):
|
|||
@pytest.fixture(autouse=True)
|
||||
def only_asyncio(request, reactor_pytest):
|
||||
if request.node.get_closest_marker('only_asyncio') and reactor_pytest != 'asyncio':
|
||||
pytest.skip('This test is only run with --reactor-asyncio')
|
||||
pytest.skip('This test is only run with --reactor=asyncio')
|
||||
|
|
|
|||
Loading…
Reference in New Issue