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

Install sdist from pre-built package #9951

Merged
merged 2 commits into from
Feb 22, 2020

Conversation

praveenkuttappan
Copy link
Member

CI builds wheel and sdist as part of build phase. Currently sdist test recreates sdist and install it and this causes conflict with depends test which needs to recreate the wheel before running depends test. Fix in this PR is to install sdist from pre-built wheel instead of recreating it.



def discover_prebuilt_whl(whl_directory, setuppy_path):
Copy link
Member

Choose a reason for hiding this comment

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

nit: next time you make a pass through this. setup_py_path is easier to read than setuppy. It's not worth resetting the checks on this one though.

Copy link
Member Author

Choose a reason for hiding this comment

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

Sure. I will make a note of it. Thanks

Copy link
Member

@scbedd scbedd left a comment

Choose a reason for hiding this comment

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

Really clean update. LGTM.

@scbedd
Copy link
Member

scbedd commented Feb 21, 2020

/azp run python - core

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

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.

2 participants