We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
poetry
The invenio cli command is very slow when entry points are used.
invenio
The legacy pkg_resources package should be replaced by importlib as done for invenio_db: https://github.com/inveniosoftware/invenio-db/blob/9ea8eb3a6f05925d26dacf76645610bccef4f278/invenio_db/ext.py#L44.
pkg_resources
importlib
invenio_db
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
The
invenio
cli command is very slow when entry points are used.Expected behavior
The legacy
pkg_resources
package should be replaced byimportlib
as done forinvenio_db
: https://github.com/inveniosoftware/invenio-db/blob/9ea8eb3a6f05925d26dacf76645610bccef4f278/invenio_db/ext.py#L44.The text was updated successfully, but these errors were encountered: