We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
aiohttp
1 parent bf397c0 commit d49022aCopy full SHA for d49022a
2 files changed
pyproject.toml
@@ -54,7 +54,7 @@ test = [
54
"build",
55
"twine",
56
"fastapi",
57
- "aiohttp",
+ "aiohttp<3.10.6",
58
"wait-for-it",
59
"mypy",
60
"types-decorator",
tests/test_mocket.py
@@ -233,4 +233,4 @@ async def test_no_dangling_fds():
233
async with Mocketizer(strict_mode=False), httpx.AsyncClient() as client:
234
await client.get(url)
235
236
- assert proc.num_fds() == prev_num_fds
+ assert proc.num_fds() <= prev_num_fds
0 commit comments