-
Notifications
You must be signed in to change notification settings - Fork 581
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Exclude pip 9.0.2 specifically from test-requirements #2404
Comments
And also prevent use of pip 10.0, but allow pip 10.1 , basically preparing for 10.0 being quite disruptive, but the problems will sort themselves out by 10.1 |
Hi, I'd like to work on this issue as a newcomer, can you help me get started? |
Hello @aadilmehdis If you would like an insight into what the actual problem is, consider reading the related links in the description Also probably requirements specifiers might be useful for this issue Head over to the gitter channel if you feel stuck |
What versions of pip are to be excluded @virresh. |
@aadilmehdis |
@virresh |
Why would you use <= 9.0.3 ? |
Okay. Now to push in the changes, I just commit the changes and push my development branch and create a pull request right? |
Made changes to bar the pip versions 9.0.2 and 10.0 specifically from in the test-requirements.txt. Fixes coala#2404
Made changes to bar the pip versions 9.0.2 and 10.0 specifically from in the test-requirements.txt. Fixes coala#2404
Made changes to bar the pip versions 9.0.2 and 10.0 specifically from in the test-requirements.txt. Fixes coala#2404
Made changes to bar the pip versions 9.0.2 and 10.0 specifically from in the test-requirements.txt. Fixes coala#2404
Made changes to bar the pip versions 9.0.2 and 10.0 specifically in the test-requirements.txt. Fixes coala#2404
Made changes to specifically bar the pip versions 9.0.2 and 10.0 in test-requirements.txt. Fixes coala#2404
Made changes to specifically bar the pip versions 9.0.2 and 10.0 in test-requirements.txt. Fixes coala#2404
Made changes to specifically bar pip versions 9.0.2 and 10.0 in test-requirements.txt. Fixes coala#2404
Made changes to specifically bar pip versions 9.0.2 and 10.0 in test-requirements.txt Fixes coala#2404
Made changes to specifically bar pip versions 9.0.2 and 10.0 in test-requirements.txt Fixes coala#2404
Made changes to specifically bar pip versions 9.0.2 and 10.0 in test-requirements.txt Fixes coala#2404
Made changes to specifically bar pip versions 9.0.2 and 10.0 in test-requirements.txt Fixes coala#2404
Due to a recent pip update to 9.0.3 that reverts the changes brought in pip 9.0.2, we should ideally just bar pip 9.0.2 and allow other versions here
Relevant links :
#2359
pypa/pip#5081 (comment)
The text was updated successfully, but these errors were encountered: