Update tests/test_block_async_io.py

Co-authored-by: Erik Montnemery <erik@montnemery.com>
pull/119542/head
J. Nick Koston 2024-06-12 21:52:46 -05:00 committed by GitHub
parent dc2cb9a763
commit 2d46028e21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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."""