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

Try to switch to setuptools #3138

Merged
merged 2 commits into from
Jan 24, 2022
Merged

Try to switch to setuptools #3138

merged 2 commits into from
Jan 24, 2022

Conversation

philippjfr
Copy link
Member

Attempt at fixing builds on OSX which are currently failing.

@codecov
Copy link

codecov bot commented Jan 24, 2022

Codecov Report

Merging #3138 (bc02392) into master (c5615a4) will decrease coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3138      +/-   ##
==========================================
- Coverage   83.00%   82.99%   -0.02%     
==========================================
  Files         192      192              
  Lines       25477    25475       -2     
==========================================
- Hits        21147    21142       -5     
- Misses       4330     4333       +3     
Impacted Files Coverage Δ
panel/io/reload.py 69.23% <0.00%> (-2.20%) ⬇️
panel/tests/command/test_serve.py 83.54% <0.00%> (-1.46%) ⬇️
panel/tests/pane/test_plotly.py 98.15% <0.00%> (-0.62%) ⬇️
panel/pane/idom.py 27.40% <0.00%> (+0.20%) ⬆️

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 c5615a4...bc02392. Read the comment docs.

@philippjfr philippjfr merged commit 06cb858 into master Jan 24, 2022
@philippjfr philippjfr deleted the setuptools_fix branch January 24, 2022 18:16
philippjfr added a commit that referenced this pull request Mar 26, 2022
* Try to switch to setuptools

* Continue on error
philippjfr added a commit that referenced this pull request Mar 27, 2022
* Fix jinja2 imports (#3258)

* fix: wrong offset when memoryview format is non-byte (#3206)

the offset should be in bytes, not elements. See also bokeh/ipywidgets_bokeh#46 (comment)

* Support jupyter server root_dir with lab extension (#3172)

Jupyter sends path relative to the root_dir which can be different from the cwd. This commit fixes the lab extension for panel preview to account for root_dir.

Reference: #3170

* DOC: add note on enabling panel widget on Jupyter Lab (#3029)

* Remove redundant and confusing JupyterLab install instructions (#3037)

* Remove reference to Python 2 and link to Travis

* Remove redondant install instructions to work with Jupyter

* Update CHANGELOG

* Add setuptools to build requirements

* use https instead of the git:// protocol in GHA (#3092)

* Try to switch to setuptools (#3138)

* Try to switch to setuptools

* Continue on error

* CI: fix Macos tests workflow (#3160)

* attempt to fix CI on macos

* forgot bokeh channel

* remove strict setting

* reset strict and add pyctdev channel

* remove continue_on_error and test py310

* clean up test workflow

* add comment about PYCTDEV_SELF_CHANNEL

* remove py310

* Revert change to build backend

* Update setuptools pin

* Pin setuptools

* Further pin updates

* Pin setuptools (#3265)

* Fix image_url test

* Pin pyvista

* Bump panel.js version

* Fix GH workflows

* Bump panel.js version

Co-authored-by: Maarten Breddels <maartenbreddels@gmail.com>
Co-authored-by: Govinda Totla <govinda.totla.cse16@itbhu.ac.in>
Co-authored-by: Ray Bell <rayjohnbell0@gmail.com>
Co-authored-by: Maxime Liquet <35924738+maximlt@users.noreply.github.com>
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.

1 participant