Update tests/test_block_async_io.py
Co-authored-by: Erik Montnemery <erik@montnemery.com>pull/119542/head
parent
dc2cb9a763
commit
2d46028e21
|
@ -18,7 +18,8 @@ from .common import extract_stack_to_frame
|
|||
|
||||
|
||||
@pytest.fixture(autouse=True)
|
||||
def unpatch_block_async_io(disable_block_async_io_after):
|
||||
@pytest.mark.usefixtures("disable_block_async_io")
|
||||
def disable_block_async_io():
|
||||
"""Unpatch block_async_io after each test."""
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue