build(deps): pytest-asyncio for SP5 stream tests
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user