-
Notifications
You must be signed in to change notification settings - Fork 19
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
fix: pin the pip-tools version to 6.6.2 #561
fix: pin the pip-tools version to 6.6.2 #561
Conversation
The pip-tools version currently used breaks with the error "ImportError: cannot import name 'BAR_TYPES' from 'pip._internal.cli.progress_bars'" during the deployment. This is fixed in the version 6.6.2 as reported in jazzband/pip-tools#1617. So, this commit pins the pip-tools version to 6.6.2
Thanks for the pull request, @tecoholic! Please note that it may take us up to several weeks or months to complete a review and merge your PR. Feel free to add as much of the following information to the ticket as you can:
All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here. Please let us know once your PR is ready for our review and all tests are green. |
Hi @tecoholic! Thanks for this contribution - I'm looking into getting tests run on this PR for you. |
@e0d would you mind authorizing tests on this? Thanks! |
Done |
Hi @tecoholic - you should be all set to re-run the failing tests. Thanks! |
@mphilbrick211 The CI seems broken and doesn't seem to be connected to the changes introduced in the PR. How do we handle this? Should we ask someone with maintainer rights to check on this? |
@macdiesel would you mind taking a look at the author's question above? |
Hi @macdiesel - friendly follow-up on this :) |
Hi @macdiesel - just checking in on this :) |
Hi @macdiesel - friendly ping on this! |
@tecoholic 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future. |
Description
The pip-tools version currently used breaks with the error
ImportError: cannot import name 'BAR_TYPES' from 'pip._internal.cli.progress_bars'
during the deployment. This is fixed in the version 6.6.2 as reported in jazzband/pip-tools#1617.So, this commit pins the pip-tools version to 6.6.2 for the
open-release/nutmeg.master
Ticket Link
NA
Similar fixes
Post-review