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

Specify build backend for editable installs #501

Merged
merged 1 commit into from
Oct 14, 2021

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented Oct 11, 2021

Fixes the issue that showed up in #500, also reproducible locally:

With the old pip==21.2.4 we could do python -m pip install -e . for an editable install.

Now, with new pip==21.3 we need to specify the build backend. See:

  • Support editable installs for projects that have a pyproject.toml and use a build backend that supports PEP 660. (#8212)

https://pip.pypa.io/en/stable/news/#features

See also https://pip.pypa.io/en/stable/reference/build-system/pyproject-toml/

@hugovk hugovk added the bug label Oct 11, 2021
@codecov
Copy link

codecov bot commented Oct 11, 2021

Codecov Report

Merging #501 (e25f1df) into master (ebd916e) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #501   +/-   ##
=======================================
  Coverage   90.78%   90.78%           
=======================================
  Files          28       28           
  Lines        2647     2647           
=======================================
  Hits         2403     2403           
  Misses        244      244           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ebd916e...e25f1df. Read the comment docs.

@hugovk hugovk merged commit 37ce048 into jazzband:master Oct 14, 2021
@claudep
Copy link
Contributor

claudep commented Oct 14, 2021

Thanks!

@hugovk hugovk deleted the specify-build-backend branch October 14, 2021 09:14
@hugovk hugovk mentioned this pull request Oct 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants