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

Fix pex --lock ... handling of sdists. #1818

Merged
merged 1 commit into from
Jul 1, 2022
Merged

Conversation

jsirois
Copy link
Member

@jsirois jsirois commented Jul 1, 2022

As of Pex 2.1.93, sdists that built native extensions or used a PEP-517
build system would not be successfully downloaded when constructing a
PEX from a lock.

Fixes #1817

As of Pex 2.1.93, sdists that built native extensions or used a PEP-517
build system would not be successfully downloaded when constructing a
PEX from a lock.

Fixes pex-tool#1817
@jsirois jsirois requested review from benjyw and Eric-Arellano July 1, 2022 17:13
).assert_success()


def test_sdist_for_project_universal(tmpdir):
Copy link
Member Author

Choose a reason for hiding this comment

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

N.B.: This test passed prior to the fix but the following two tests failed.

@jsirois jsirois mentioned this pull request Jul 1, 2022
1 task
@jsirois jsirois merged commit 8284826 into pex-tool:main Jul 1, 2022
@jsirois jsirois deleted the issues/1817 branch July 1, 2022 18:03
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.

Pex 2.1.93 pex --lock artifact downloading fails for sdists with ext_modules or PEP-517 build systems.
2 participants