test(runtime): use anyio mark to match repo test framework
This commit is contained in:
parent
6386c75306
commit
b06f79a100
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue