no-mistakes(review): Add pytest-asyncio dev dep and deterministic pagination tiebreaker

This commit is contained in:
root
2026-07-31 09:57:56 +00:00
parent 47be148240
commit d074f347dc
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -29,5 +29,6 @@ testpaths = ["tests"]
[project.optional-dependencies]
dev = [
"pytest>=8.0",
"pytest-asyncio>=0.24",
"httpx>=0.27.0",
]