You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Agree on what to do when packages corresponding to parsed dependencies are not found in the environment (we're not contacting PyPI for the immediate next release): INTERTWINED WITH 2ND
use a fallback strategy (e.g. to identity mapping)?
declare dependencies as missing and tell the user they were not found and they have to be installed?
other?
Keep the possibility to do a simple identity mapping in the comparison module?
CLI
Related to the last point above, if identity mapping is not completely replaced, we should add the option to choose the type of mapping and default to dep->import mapping from local installation.
Add optional arg to point towards the environment path (if not defined, what to default to?)
The text was updated successfully, but these errors were encountered:
Dependency to import mapping
Comparison module
Keep the possibility to do a simple identity mapping in the comparison module?CLI
Related to the last point above, if identity mapping is not completely replaced, we should add the option to choose the type of mapping and default to dep->import mapping from local installation.Add optional arg to point towards the environment path (if not defined, what to default to?)The text was updated successfully, but these errors were encountered: