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

apply-requirement-files broken with recent pip #76

Open
gracinet opened this issue Jul 26, 2016 · 1 comment
Open

apply-requirement-files broken with recent pip #76

gracinet opened this issue Jul 26, 2016 · 1 comment

Comments

@gracinet
Copy link
Contributor

As the title said, apply-requirement-file = True (see #45, #43) does not work with most recent version of pip (wich is itself used to read the requirements file).

I do have a fix locally, need to wrap it up properly and find the exact pip version introducing the breaking change (and if or why integration tests didn't warn about it)

@gracinet
Copy link
Contributor Author

Apparently that API change (nothing less than entire API for pip's requirement class) occurred between versions 8.1.1 and pip 8.1.2.

gracinet pushed a commit to gracinet/anybox.recipe.odoo-1 that referenced this issue Aug 23, 2016
gracinet pushed a commit to gracinet/anybox.recipe.odoo-1 that referenced this issue Aug 23, 2016
gracinet pushed a commit to gracinet/anybox.recipe.odoo-1 that referenced this issue Aug 23, 2016
... and I checked again that 8.1.2 is the main breaking change here
There's another one at 8.1.0 for the egg fragment in requirement
gracinet pushed a commit to gracinet/anybox.recipe.odoo-1 that referenced this issue Aug 25, 2016
It's a bit theoretical, but it was easily done
gracinet pushed a commit to gracinet/anybox.recipe.odoo-1 that referenced this issue Aug 25, 2016
gracinet added a commit that referenced this issue Aug 29, 2016
Github #76: compatibility with various pip versions
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

No branches or pull requests

1 participant