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's new --dry-run --report for upgrading dependencies #7345

Open
The-Compiler opened this issue Aug 16, 2022 · 1 comment
Open

Use pip's new --dry-run --report for upgrading dependencies #7345

The-Compiler opened this issue Aug 16, 2022 · 1 comment
Labels
component: infrastructure Issues related to development scripts, CI, servers, etc. priority: 2 - low Issues which are currently not very important.

Comments

@The-Compiler
Copy link
Member

See pypa/pip#10771 - with that, we could probably make things faster, and also generate files with hashes: https://pip.pypa.io/en/stable/topics/secure-installs/#hash-checking-mode

@The-Compiler The-Compiler added component: infrastructure Issues related to development scripts, CI, servers, etc. priority: 2 - low Issues which are currently not very important. labels Aug 16, 2022
@The-Compiler
Copy link
Member Author

Also see ecd7565 - if we don't actually install the deps, I suppose we could also handle platform-specific stuff better.

Though it might also pay off to use something premade like pip-compile instead - or potentially something more fancy, see #3526.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: infrastructure Issues related to development scripts, CI, servers, etc. priority: 2 - low Issues which are currently not very important.
Projects
None yet
Development

No branches or pull requests

1 participant