Add missing dev dependency to two toolkits (#419)
pytest asyncio was missing in dev deps for the reddit toolkit and notion toolkit. This was causing PR workflows to fail.
This commit is contained in:
parent
ce95b3abf2
commit
bc8814e24f
2 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ arcade-ai = "^1.1.2"
|
|||
[tool.poetry.dev-dependencies]
|
||||
pytest = "^8.3.0"
|
||||
pytest-cov = "^4.0.0"
|
||||
pytest-asyncio = "^0.24.0"
|
||||
mypy = "^1.5.1"
|
||||
pre-commit = "^3.4.0"
|
||||
tox = "^4.11.1"
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ httpx = "^0.27.2"
|
|||
[tool.poetry.dev-dependencies]
|
||||
pytest = "^8.3.0"
|
||||
pytest-cov = "^4.0.0"
|
||||
pytest-asyncio = "^0.24.0"
|
||||
mypy = "^1.5.1"
|
||||
pre-commit = "^3.4.0"
|
||||
tox = "^4.11.1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue