-
Notifications
You must be signed in to change notification settings - Fork 394
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
Fix failing extension check tests #1297
Conversation
* To debug the issue causing failures Signed-off-by: Mahendra Paipuri <[email protected]>
Thank you for making this pull request. Did you know? You can try it on Binder: 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 <[email protected]>
Signed-off-by: Mahendra Paipuri <[email protected]>
Signed-off-by: Mahendra Paipuri <[email protected]>
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 |
since it is not needed anymore #1297 (comment)
* ci: Allow extension check tests to fail * To debug the issue causing failures Signed-off-by: Mahendra Paipuri <[email protected]> * ci: Set locale manually before browser check tests * Ref: jupyterlab/jupyterlab#17079 Signed-off-by: Mahendra Paipuri <[email protected]> * ci: Temporary fix to browser check test failure Signed-off-by: Mahendra Paipuri <[email protected]> * ci: Fix browser checks on conda tests too Signed-off-by: Mahendra Paipuri <[email protected]> * Remove the LANG variable since it is not needed anymore #1297 (comment) --------- Signed-off-by: Mahendra Paipuri <[email protected]> Co-authored-by: Mahendra Paipuri <[email protected]>
Merged at #1313 , thank you @mahendrapaipuri ! |
No description provided.