Skip to content

Commit 865baf0

Browse files
d-v-bclaude
andcommitted
refactor(test): drop redundant pytestmark asyncio
pyproject asyncio_mode=auto already covers async test dispatch; the explicit pytestmark was a vestige. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent dded848 commit 865baf0

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/test_coalesce.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
if TYPE_CHECKING:
2424
from collections.abc import AsyncIterator, Callable, Sequence
2525

26-
pytestmark = pytest.mark.asyncio
27-
2826

2927
def _buf(data: bytes) -> Buffer:
3028
return default_buffer_prototype().buffer.from_bytes(data)

0 commit comments

Comments
 (0)