Skip to content

Commit d8053e9

Browse files
authored
Dependencies: Add greenlet package to test dependency group (#161)
All async tests apparently need it. Otherwise: ```shell pytest -vvv -k test_async_pgvector ``` ```python ValueError: the greenlet library is required to use this function. No module named 'greenlet' ```
1 parent 9c3aebe commit d8053e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jupyterlab = "^3.6.1"
2929
optional = true
3030

3131
[tool.poetry.group.test.dependencies]
32+
greenlet = "<4"
3233
pytest = "^7.4.3"
3334
pytest-asyncio = "^0.23.2"
3435
pytest-socket = "^0.7.0"

0 commit comments

Comments
 (0)