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

Use pip install --dryrun, --report, and --ignore-installed to simulate installing dependencies #63

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

d-glenz
Copy link
Collaborator

@d-glenz d-glenz commented Apr 25, 2023

Since version 22.2 pip offers the --dry-run, --ignore-installed, and --report flags which simulate installing dependencies and recursively resolve all necessary dependencies.

This should speed up vulcan lock drastically as it won't have to install the dependencies to a physical directory anymore

@wisepotato wisepotato self-assigned this Feb 14, 2024
@wisepotato wisepotato self-requested a review February 14, 2024 15:09
@wisepotato wisepotato removed their assignment Feb 14, 2024
@wisepotato
Copy link
Collaborator

@d-glenz could you resolve conflicts, then we can merge this after merging my PR

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

Successfully merging this pull request may close these issues.

None yet

2 participants