FIx a typo in the only_asyncio fixture.

This commit is contained in:
Andrey Rakhmatullin 2019-12-27 19:48:54 +05:00
parent 30ebd05a5f
commit f75ccc997a
1 changed files with 1 additions and 1 deletions

View File

@ -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')