-
Notifications
You must be signed in to change notification settings - Fork 391
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
Fix failing extension check tests #1297
base: main
Are you sure you want to change the base?
Fix failing extension check tests #1297
Conversation
* To debug the issue causing failures Signed-off-by: Mahendra Paipuri <mahendra.paipuri@gmail.com>
Thank you for making this pull request. Did you know? You can try it on Binder: or . Also, the version of Jupytext developed in this PR can be installed with
(this requires |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1297 +/- ##
=======================================
Coverage 97.03% 97.03%
=======================================
Files 29 29
Lines 4481 4481
=======================================
Hits 4348 4348
Misses 133 133
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Thanks @mahendrapaipuri - that's a good start! I think I've seen this Then there was a problem with the |
It is coming from upstream JupyterLab for the latest 4.3.3 version. Seems like empty |
@mwouts Could you point to the CI run where |
* Ref: jupyterlab/jupyterlab#17079 Signed-off-by: Mahendra Paipuri <mahendra.paipuri@gmail.com>
Signed-off-by: Mahendra Paipuri <mahendra.paipuri@gmail.com>
Signed-off-by: Mahendra Paipuri <mahendra.paipuri@gmail.com>
Yes! I think this one was the last time I tried: https://github.com/mwouts/jupytext/actions/runs/12338406420 |
I think extension check test is "fixed" temporarily until the upstream fixes the issue in JupyterLab. |
Thank you @mahendrapaipuri . I also had to deactivate the UI tests: https://github.com/mwouts/jupytext/blob/main/.github/workflows/step_tests-ui.yml#L46-L47 The last time I saw the UI test fail was this run: https://github.com/mwouts/jupytext/actions/runs/12338902735/job/34434556533 |
Heads up, setting |
No description provided.