-
Notifications
You must be signed in to change notification settings - Fork 920
Unblock 0.11.5 RC packaging #403
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
Conversation
tools/test-manylinux.sh
Outdated
pip install confluent_kafka --no-index -f $wheelhouse | ||
|
||
# https://github.com/pypa/pip/issues/5247 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you write in the comment why the double installs are needed, providing the URL for background info.
Thanks @edenhill , updated with a brief description |
tools/test-manylinux.sh
Outdated
@@ -62,6 +62,7 @@ function run_single_in_docker { | |||
|
|||
pip install confluent_kafka --no-index -f $wheelhouse | |||
|
|||
# Pytest relies on a new version of 6; later versions of pip fail to remove older versions gracefully |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"new version of 6"? Do you mean six?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes...
tools/test-manylinux.sh
Outdated
pip install pytest | ||
pip install pytest --ignore-installed six |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need to install pytest twice?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how embarrassing...
@edenhill , fixed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Couldn't come up with a good solution in time but this should unblock us for the time being