Skip to content

Commit

Permalink
Dependencies: Add greenlet package to test dependency group
Browse files Browse the repository at this point in the history
All async tests apparently need it. Otherwise:

pytest -vvv -k test_async_pgvector

ValueError: the greenlet library is required to use this function. No module named 'greenlet'
  • Loading branch information
amotl committed Feb 4, 2025
1 parent c60874d commit 69f4626
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jupyterlab = "^3.6.1"
optional = true

[tool.poetry.group.test.dependencies]
greenlet = "<4"
pytest = "^7.4.3"
pytest-asyncio = "^0.23.2"
pytest-socket = "^0.7.0"
Expand Down

0 comments on commit 69f4626

Please sign in to comment.