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

pytest also needs peewee and pymongo #2570

Open
pamelafox opened this issue Nov 13, 2024 · 2 comments
Open

pytest also needs peewee and pymongo #2570

pamelafox opened this issue Nov 13, 2024 · 2 comments

Comments

@pamelafox
Copy link
Contributor

Even after installing requirements/dev.txt, you get these errors:

ERROR flask_admin/tests/peeweemodel - ModuleNotFoundError: No module named 'peewee'
ERROR flask_admin/tests/pymongo - ModuleNotFoundError: No module named 'pymongo'

Shall I just add them to requirements/tests.in and re-gen requirement/dev.txt?

@pamelafox
Copy link
Contributor Author

pamelafox commented Nov 13, 2024

Or tell folks to install with extras?

pip install -e ".[all]"

@samuelhwilliams
Copy link
Contributor

I think .[all] would be good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants