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 pip build backend #2151

Merged
merged 1 commit into from
Apr 8, 2021
Merged

Specify pip build backend #2151

merged 1 commit into from
Apr 8, 2021

Conversation

philippjfr
Copy link
Member

Fixes #1995

@codecov
Copy link

codecov bot commented Apr 8, 2021

Codecov Report

Merging #2151 (79dcf10) into master (56ce69c) will decrease coverage by 0.35%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2151      +/-   ##
==========================================
- Coverage   83.81%   83.45%   -0.36%     
==========================================
  Files         182      182              
  Lines       21672    21233     -439     
==========================================
- Hits        18165    17721     -444     
- Misses       3507     3512       +5     
Impacted Files Coverage Δ
panel/tests/pane/test_base.py 87.09% <0.00%> (-12.91%) ⬇️
panel/config.py 46.15% <0.00%> (-5.79%) ⬇️
panel/auth.py 36.21% <0.00%> (-3.30%) ⬇️
panel/pane/ipywidget.py 47.05% <0.00%> (-2.95%) ⬇️
panel/io/reload.py 63.95% <0.00%> (-2.72%) ⬇️
panel/io/callbacks.py 54.16% <0.00%> (-2.42%) ⬇️
panel/tests/template/test_manual.py 60.63% <0.00%> (-2.37%) ⬇️
panel/io/state.py 58.42% <0.00%> (-2.28%) ⬇️
panel/pane/plot.py 54.33% <0.00%> (-2.26%) ⬇️
panel/pane/streamz.py 65.71% <0.00%> (-1.86%) ⬇️
... and 82 more

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 56ce69c...79dcf10. Read the comment docs.

@philippjfr philippjfr merged commit c173fbf into master Apr 8, 2021
@philippjfr philippjfr deleted the build_backend branch April 8, 2021 10:18
philippjfr added a commit that referenced this pull request Apr 8, 2021
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.

pip install -e . raises warning.
1 participant