Skip to content

disable pep-517 for develop install #1279

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

Closed
wants to merge 1 commit into from
Closed

disable pep-517 for develop install #1279

wants to merge 1 commit into from

Conversation

gaborbernat
Copy link
Member

@gaborbernat gaborbernat commented Apr 25, 2019

Resolves #1276. CI will fail until pip 19.1.1 is released.

usedevelop = true
""",
"pyproject.toml": """
[build-system]
Copy link
Contributor

Choose a reason for hiding this comment

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

How about another test without build-system? And +1 with build system but no build-backend...

filedefs={
"tox.ini": """
[tox]
isolated_build = true
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe +1 regression test with this set to false would be nice

Copy link
Contributor

@webknjaz webknjaz left a comment

Choose a reason for hiding this comment

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

LGTM except that maybe more regression tests needed.

// Side note: it'd be nice to put a test against pip master branch on cron

@gaborbernat
Copy link
Member Author

Per upstream pip will fix this on their side.

@gaborbernat gaborbernat closed this May 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

develop mode broken with pip 19.1
2 participants