Skip to content

Conversation

@amotl
Copy link
Contributor

@amotl amotl commented Feb 4, 2025

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'

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'
@eyurtsev eyurtsev self-assigned this Feb 4, 2025
@eyurtsev eyurtsev merged commit d8053e9 into langchain-ai:main Feb 4, 2025
5 checks passed
averikitsch pushed a commit that referenced this pull request Jul 25, 2025
This PR adds missing dependencies to `pyproject.toml` test dependency
group (used for local development).
Added dependencies:

- `codespell` - required to run `make spell_check` and `make spell_fix`
scripts
- `pytest-watcher` - required to run `make test_watch`
- `greenlet` - without it, `make test` fails with error below. It was
previously added in #161, but lost at some point.
```
ValueError: the greenlet library is required to use this function. No module named 'greenlet'
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

No open projects
Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants