Skip to content

Commit

Permalink
Check for task group context suppression on trio as well
Browse files Browse the repository at this point in the history
  • Loading branch information
tapetersen committed Jan 29, 2025
1 parent f6c7b7b commit dd422a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_taskgroups.py
Original file line number Diff line number Diff line change
Expand Up @@ -1839,7 +1839,6 @@ async def test_patched_asyncio_task(monkeypatch: MonkeyPatch) -> None:
tg.start_soon(sleep, 0)


@pytest.mark.parametrize("anyio_backend", asyncio_params)
async def test_exception_groups_suppresses_exc_context() -> None:
with pytest.raises(
cast(type[ExceptionGroup[Exception]], ExceptionGroup)
Expand Down

0 comments on commit dd422a0

Please sign in to comment.