test(runtime): use anyio mark to match repo test framework

This commit is contained in:
Leon Phull 2026-08-05 13:48:14 +02:00 committed by Teknium
parent 6386c75306
commit b06f79a100
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ def test_never_lowers_an_unlimited_soft_limit(monkeypatch):
assert fake_resource.limits == (-1, -1)
@pytest.mark.asyncio
@pytest.mark.anyio
async def test_gateway_startup_applies_limit_before_gateway_initialization(monkeypatch):
import gateway.code_skew
import gateway.run as gateway_run