Skip to content

Commit ce6d348

Browse files
committed
fix: add pytest-asyncio to dev dependencies for CI compatibility
CI was failing because async tests in test_web_platform.py require pytest-asyncio which was not listed in [project.optional-dependencies].dev.
1 parent 41d7001 commit ce6d348

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ all = [
2626
"matplotlib>=3.7",
2727
"scipy>=1.10",
2828
]
29-
dev = ["pytest>=7.0", "httpx>=0.24"]
29+
dev = ["pytest>=7.0", "pytest-asyncio>=0.21", "httpx>=0.24"]
3030

3131
[project.scripts]
3232
researchclaw = "researchclaw.cli:main"

0 commit comments

Comments
 (0)