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

Pin Python in docs build #528

Merged
merged 3 commits into from
Oct 23, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Pin Python in docs build
martinRenou committed Oct 23, 2024
commit 76a217527f8043966fd2c750a8c296ad01f649ac
1 change: 1 addition & 0 deletions docs/environment.yml
Original file line number Diff line number Diff line change
@@ -2,6 +2,7 @@ name: jupytercad
channels:
- conda-forge
dependencies:
- python=3.12
- pip
- sphinx
- pydata-sphinx-theme

Unchanged files with check annotations Beta

import { expect, test, galata } from '@jupyterlab/galata';

Check failure on line 1 in ui-tests/tests/ui.spec.ts

GitHub Actions / Integration tests

tests/ui.spec.ts:51:11 › UI Test › File operations › Should be able to render fan.stl without error

1) tests/ui.spec.ts:51:11 › UI Test › File operations › Should be able to render fan.stl without error Test timeout of 60000ms exceeded.
import path from 'path';
test.use({ autoGoto: false });
await page
.getByRole('tablist', { name: 'main sidebar' })
.getByRole('tab', { name: 'JupyterCad Control Panel' })
.click();

Check failure on line 66 in ui-tests/tests/ui.spec.ts

GitHub Actions / Integration tests

tests/ui.spec.ts:51:11 › UI Test › File operations › Should be able to render fan.stl without error

1) tests/ui.spec.ts:51:11 › UI Test › File operations › Should be able to render fan.stl without error Error: locator.click: Test timeout of 60000ms exceeded. Call log: - waiting for getByRole('tablist', { name: 'main sidebar' }).getByRole('tab', { name: 'JupyterCad Control Panel' }) - locator resolved to <li role="tab" tabindex="-1" id="tab-key-1-6" aria-selected="true" title="JupyterCad Control Panel" class="lm-TabBar-tab lm-mod-current" data-id="jupytercad::leftControlPanel">…</li> - attempting click action - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <dialog aria-modal="true" class="lm-Widget jp-Dialog" aria-label="File Load Error for fan.stl Unexpected token 's', "solid CATI"... is not valid JSON">…</dialog> intercepts pointer events - retrying click action, attempt #1 - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <dialog aria-modal="true" class="lm-Widget jp-Dialog" aria-label="File Load Error for fan.stl Unexpected token 's', "solid CATI"... is not valid JSON">…</dialog> intercepts pointer events - retrying click action, attempt #2 - waiting 20ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <dialog aria-modal="true" class="lm-Widget jp-Dialog" aria-label="File Load Error for fan.stl Unexpected token 's', "solid CATI"... is not valid JSON">…</dialog> intercepts pointer events - retrying click action, attempt #3 - waiting 100ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <dialog aria-modal="true" class="lm-Widget jp-Dialog" aria-label="File Load Error for fan.stl Unexpected token 's', "solid CATI"... is not valid JSON">…</dialog> intercepts pointer events - retrying click action, attempt #4 - waiting 100ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <dialog aria-modal="true" class="lm-Widget jp-Dialog" aria-label="File Load Error for fan.stl Unexpected token 's', "solid CATI"... is not valid JSON">…</dialog> intercepts pointer events - retrying click action, attempt #5 - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <dialog aria-modal="true" class="lm-Widget jp-Dialog" aria-label="File Load Error for fan.stl Unexpected token 's', "solid CATI"... is not valid JSON">…</dialog> intercepts pointer events - retrying click action, attempt #6 - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <dialog aria-modal="true" class="lm-Widget jp-Dialog" aria-label="File Load Error for fan.stl Unexpected token 's', "solid CATI"... is not valid JSON">…</dialog> intercepts pointer events - retrying click action, attempt #7 - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <dialog aria-modal="true" class="lm-Widget jp-Dialog" aria-label="File Load Error for fan.stl Unexpected token 's', "solid CATI"... is not valid JSON">…</dialog> intercepts pointer events - retrying click action, attempt #8 - waiting 500ms - waiting for element to be vi
await page
.getByRole('tablist', { name: 'alternate sidebar' })
.getByRole('tab', { name: 'JupyterCad Control Panel' })
await page
.locator('[data-test-id="react-tree-root"]')
.getByText('box2')
.click();

Check failure on line 202 in ui-tests/tests/ui.spec.ts

GitHub Actions / Integration tests

tests/ui.spec.ts:190:9 › UI Test › File operator test › Should be able to edit object

2) tests/ui.spec.ts:190:9 › UI Test › File operator test › Should be able to edit object ───────── Error: locator.click: Error: strict mode violation: locator('[data-test-id="react-tree-root"]').getByText('box2') resolved to 2 elements: 1) <span>box2</span> aka getByText('box2').first() 2) <span>box2</span> aka getByText('box2').nth(1) Call log: - waiting for locator('[data-test-id="react-tree-root"]').getByText('box2') 200 | .locator('[data-test-id="react-tree-root"]') 201 | .getByText('box2') > 202 | .click(); | ^ 203 | await page 204 | .locator('[data-test-id="react-tree-root"]') 205 | .getByText('Shape') at /home/runner/work/JupyterCAD/JupyterCAD/ui-tests/tests/ui.spec.ts:202:10
await page
.locator('[data-test-id="react-tree-root"]')
.getByText('Shape')