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

Fixing constraints bug and modifying README #86

Merged
merged 5 commits into from
Feb 13, 2021

Conversation

Asiier
Copy link

@Asiier Asiier commented Feb 11, 2021

Fixing the problems reported on this issue

Fix the path of the constraints file so pip does use it.
Change so the command to execute is now `pip install -U package_to_update` instead of `pip install package_to_update==latest-version` which would ignore the exclusions of the constraints file.
Copy link
Owner

@jgonggrijp jgonggrijp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me. The regression test at the end is failing, but only because that test didn't take into account that downgrading pip might also downgrade other packages (cram is crap for this job; see #61).

There's one more detail that I suggest polishing a bit. See below. In any case, thanks for the fix!

pip_review/__main__.py Outdated Show resolved Hide resolved
Co-authored-by: Julian Gonggrijp <dev@juliangonggrijp.com>
@jgonggrijp jgonggrijp merged commit 304f5d4 into jgonggrijp:develop Feb 13, 2021
@jgonggrijp
Copy link
Owner

Thanks!

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.

2 participants