-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Description
aiida-registry/aiida_registry/test_install.py
Lines 144 to 163 in 2a1762e
| error_message = handle_error( | |
| import_package, | |
| f"Failed to import package {plugin['package_name']}", | |
| check_id="E002", | |
| ) | |
| is_package_importable = True | |
| print( | |
| " - Extracting entry point metadata for {}".format(plugin["package_name"]) | |
| ) | |
| extract_metadata = container.exec_run( | |
| workdir=_DOCKER_WORKDIR, | |
| cmd="python ./bin/analyze_entrypoints.py -o result.json", | |
| user=user, | |
| ) | |
| error_message = handle_error( | |
| extract_metadata, | |
| f"Failed to fetch entry point metadata for package {plugin['package_name']}", | |
| check_id="E003", | |
| ) |
When the --force-reinstall not added to the pip install of the plugin, the analyze command will fail with no pymatgen found. But the error not propagate to show.
Metadata
Metadata
Assignees
Labels
No labels