inveniosoftware / inveniosoftware/invenio-github
tests: fix dependencies missing problem
- Dominant language
- Python
- Stars
- 8
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
```console
______________________________________________________________________________ ERROR collecting invenio_github/admin.py ______________________________________________________________________________
invenio_github/admin.py:28: in
from flask_admin.contrib.sqla import ModelView
E ModuleNotFoundError: No module named 'flask_admin'
_____________________________________________________________________________ ERROR collecting invenio_github/bundles.py _____________________________________________________________________________
invenio_github/bundles.py:26: in
from flask_assets import Bundle
E ModuleNotFoundError: No module named 'flask_assets'
```
And conflicts when `requirements-level` is `min`: https://github.com/inveniosoftware/invenio-github/pull/78/checks?check_run_id=1523518871
Contributor guide
Assessment
This issue has not been assessed yet.