Don't build the JupyterLab extension by default #272
Annotations
3 errors, 2 warnings, and 1 notice
Integration tests:
jupyterlab/packages/jupyterlab-jupytext-extension/ui-tests/tests/jupytext-notebook.spec.ts#L109
1) [jupytext] › tests/jupytext-notebook.spec.ts:78:9 › Jupytext Create Text Notebooks from Menu Tests › Open menu item File>New Text Notebook>New MyST Markdown Text Notebook
Error: Screenshot comparison failed:
16691 pixels (ratio 0.03 of all image pixels) are different.
Expected: /home/runner/work/jupytext/jupytext/jupyterlab/packages/jupyterlab-jupytext-extension/ui-tests/tests/jupytext-notebook.spec.ts-snapshots/opened-file-new-text-notebook-new-myst-markdown-text-notebook-text-jupytext-linux.png
Received: /home/runner/work/jupytext/jupytext/jupyterlab/packages/jupyterlab-jupytext-extension/ui-tests/test-results/tests-jupytext-notebook-Jupytext-Create-Text-N-5bac6-w-Text-Notebook-New-MyST-Markdown-Text-Notebook-jupytext/opened-file-new-text-notebook-new-myst-markdown-text-notebook-text-actual.png
Diff: /home/runner/work/jupytext/jupytext/jupyterlab/packages/jupyterlab-jupytext-extension/ui-tests/test-results/tests-jupytext-notebook-Jupytext-Create-Text-N-5bac6-w-Text-Notebook-New-MyST-Markdown-Text-Notebook-jupytext/opened-file-new-text-notebook-new-myst-markdown-text-notebook-text-diff.png
107 | // Compare text notebook contents
108 | const imageName = `opened-${paths.menuPath.replace(/>/g, '-')}-text.png`;
> 109 | expect(await page.screenshot()).toMatchSnapshot(imageName.toLowerCase());
| ^
110 | });
111 | });
112 | });
at /home/runner/work/jupytext/jupytext/jupyterlab/packages/jupyterlab-jupytext-extension/ui-tests/tests/jupytext-notebook.spec.ts:109:39
|
Integration tests:
jupyterlab/packages/jupyterlab-jupytext-extension/ui-tests/tests/jupytext-settings.spec.ts#L18
2) [jupytext] › tests/jupytext-settings.spec.ts:3:5 › Open the settings editor with a Jupytext query
Error: Screenshot comparison failed:
Expected an image 275px by 650px, received 275px by 647px.
Expected: /home/runner/work/jupytext/jupytext/jupyterlab/packages/jupyterlab-jupytext-extension/ui-tests/tests/jupytext-settings.spec.ts-snapshots/jupytext-settings-plugin-list-jupytext-linux.png
Received: /home/runner/work/jupytext/jupytext/jupyterlab/packages/jupyterlab-jupytext-extension/ui-tests/test-results/tests-jupytext-settings-Open-the-settings-editor-with-a-Jupytext-query-jupytext/jupytext-settings-plugin-list-actual.png
Diff: /home/runner/work/jupytext/jupytext/jupyterlab/packages/jupyterlab-jupytext-extension/ui-tests/test-results/tests-jupytext-settings-Open-the-settings-editor-with-a-Jupytext-query-jupytext/jupytext-settings-plugin-list-diff.png
16 | const pluginList = page.locator('.jp-PluginList');
17 |
> 18 | expect(await pluginList.screenshot()).toMatchSnapshot(
| ^
19 | 'jupytext-settings-plugin-list.png'
20 | );
21 |
at /home/runner/work/jupytext/jupytext/jupyterlab/packages/jupyterlab-jupytext-extension/ui-tests/tests/jupytext-settings.spec.ts:18:41
|
Integration tests
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, actions/cache@v3, actions/setup-node@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "ui-test-output".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Integration tests
2 failed
[jupytext] › tests/jupytext-notebook.spec.ts:78:9 › Jupytext Create Text Notebooks from Menu Tests › Open menu item File>New Text Notebook>New MyST Markdown Text Notebook
[jupytext] › tests/jupytext-settings.spec.ts:3:5 › Open the settings editor with a Jupytext query
8 passed (1.2m)
|
Loading