Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing library when running tests #29

Open
arnaud9 opened this issue Feb 27, 2024 · 0 comments
Open

Missing library when running tests #29

arnaud9 opened this issue Feb 27, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@arnaud9
Copy link

arnaud9 commented Feb 27, 2024

Describe the bug
When trying to launch the tests suite after a fresh install, I get the following error: ValueError: the greenlet library is required to use this function. No module named 'greenlet'

Steps To Reproduce
Steps to reproduce the behavior:

  1. cd backend/app
  2. poetry install --with-dev
  3. poetry shell
  4. pytest -c tests/pytest.ini

Expected behavior
The test suite should run with no error.

Screenshots
image

Desktop (please complete the following information):

  • OS: MacOS 14.3.1

Additional context

  • poetry add greenlet fixed the isssue
@arnaud9 arnaud9 added the bug Something isn't working label Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant