build(deps): pytest-asyncio for SP5 stream tests

This commit is contained in:
Tyler
2026-06-20 15:24:48 -06:00
parent b980e77cf2
commit e8dc8c16d7
+2
View File
@@ -20,6 +20,7 @@ dependencies = [
dev = [ dev = [
"pytest>=8.0", "pytest>=8.0",
"pytest-cov>=4.1", "pytest-cov>=4.1",
"pytest-asyncio>=0.23,<1",
"httpx>=0.27,<1", "httpx>=0.27,<1",
] ]
@@ -32,3 +33,4 @@ where = ["src"]
[tool.pytest.ini_options] [tool.pytest.ini_options]
testpaths = ["tests"] testpaths = ["tests"]
addopts = "-ra --strict-markers" addopts = "-ra --strict-markers"
asyncio_mode = "auto"