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

Update developer guide #4265

Merged
merged 3 commits into from Jan 9, 2023
Merged

Update developer guide #4265

merged 3 commits into from Jan 9, 2023

Conversation

Hoxbro
Copy link
Member

@Hoxbro Hoxbro commented Jan 9, 2023

Spend the better half of an afternoon getting panel to work based on the instructions of the developer guide. The missing piece was SETUPTOOLS_ENABLE_FEATURES=legacy-editable which is what we also do for our test suite:

SETUPTOOLS_ENABLE_FEATURES: "legacy-editable"

When I already was in the file, I updated the instructions for running UI test (fixes #4248), which is what we also do in our tests:
https://github.com/pyviz-dev/holoviz_tasks/blob/bbfbd3696cc27ad370735f121898e5d2c154d273/install/action.yaml#L144-L152

@codecov
Copy link

codecov bot commented Jan 9, 2023

Codecov Report

Merging #4265 (c976c9c) into main (ff8037e) will decrease coverage by 0.00%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #4265      +/-   ##
==========================================
- Coverage   82.71%   82.71%   -0.01%     
==========================================
  Files         237      237              
  Lines       34283    34283              
==========================================
- Hits        28358    28357       -1     
- Misses       5925     5926       +1     
Flag Coverage Δ
ui-tests 37.96% <ø> (-0.01%) ⬇️
unitexamples-tests 73.89% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
panel/io/state.py 70.37% <0.00%> (-0.18%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Member

@philippjfr philippjfr left a comment

Choose a reason for hiding this comment

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

Thanks! Will merge for now but really we need to ensure that even without the legacy install it ends up building the extension.

@philippjfr philippjfr merged commit 8e5c499 into main Jan 9, 2023
@philippjfr philippjfr deleted the update_dev_guide branch January 9, 2023 15:43
@Hoxbro
Copy link
Member Author

Hoxbro commented Jan 9, 2023

I agree. Maybe some inspiration can be taken from Bokeh's workflow.

philippjfr pushed a commit that referenced this pull request Jan 16, 2023
* Added SETUPTOOLS_ENABLE_FEATURES to dev guide

* Seperate UI test installation

* Update test badge
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.

develop_install PackagesNotFoundError playwright on M1 Mac
2 participants