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

Upgrade to pex 1.6.8. #7962

Merged
merged 2 commits into from Jul 3, 2019
Merged

Upgrade to pex 1.6.8. #7962

merged 2 commits into from Jul 3, 2019

Conversation

jsirois
Copy link
Member

@jsirois jsirois commented Jun 27, 2019

This picks up fixes to PEX_PYTHON and PEX_PYTHON_PATH handling and
allows us to simplify pex execution slightly.

@jsirois jsirois requested review from stuhood, Eric-Arellano and CMLivingston and removed request for stuhood June 27, 2019 14:58
"""
chosen_interpreter_binary_path = interpreter.binary
return {
'PEX_IGNORE_RCFILES': '1',
'PEX_PYTHON': chosen_interpreter_binary_path,
Copy link
Member Author

Choose a reason for hiding this comment

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

@stuhood stuhood requested review from blorente and removed request for stuhood June 27, 2019 20:34
Copy link
Contributor

@Eric-Arellano Eric-Arellano left a comment

Choose a reason for hiding this comment

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

Yay simplicity!

This picks up fixes to `PEX_PYTHON` and `PEX_PYTHON_PATH` handling and
allows us to simplify pex execution slightly.
Copy link
Contributor

@blorente blorente left a comment

Choose a reason for hiding this comment

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

I have started an internal testing battery against this change, to see if we're missing any case with test coverage. Assuming that's well and good, lgtm.

@jsirois jsirois merged commit 8651b37 into pantsbuild:master Jul 3, 2019
@jsirois jsirois deleted the pex/upgrade branch July 3, 2019 01:20
jsirois added a commit to jsirois/pants that referenced this pull request Jul 3, 2019
This is a follow-up to pantsbuild#7962
[ci skip]  # Documentation-only change.
jsirois added a commit that referenced this pull request Jul 3, 2019
This is a follow-up to #7962
[ci skip]  # Documentation-only change.
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.

None yet

3 participants