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

Fix order of kernels in UI tests #85

Merged
merged 4 commits into from
Apr 17, 2024
Merged

Conversation

jtpio
Copy link
Member

@jtpio jtpio commented Mar 28, 2024

Fixes #83

Troubleshooting in #84 didn't lead to explanations.

But setting the default kernel name explicitly might help.

@@ -2,6 +2,7 @@
"jupyter-lite-schema-version": 0,
"jupyter-config-data": {
"appName": "JupyterLite UI Tests",
"defaultKernelName": "xlua",
Copy link
Member Author

Choose a reason for hiding this comment

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

@martinRenou @DerThorsten is there anything in xeus-lua or xeus-python that could explain the sudden change noticed in #83 (comment) ?

Copy link
Member Author

Choose a reason for hiding this comment

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

It could have been the new JupyterLite 0.3.0, but it looks pinning down in #84 (comment) produces the same outcome.

@jtpio jtpio marked this pull request as ready for review April 17, 2024 11:42
@jtpio
Copy link
Member Author

jtpio commented Apr 17, 2024

I guess we can live with this for now if it helps fix the CI, and track that in an issue to have a look later.

@jtpio jtpio requested a review from martinRenou April 17, 2024 11:43
@jtpio
Copy link
Member Author

jtpio commented Apr 17, 2024

This would unblock other pending PRs.

Copy link
Member

@martinRenou martinRenou left a comment

Choose a reason for hiding this comment

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

Thanks!

@martinRenou martinRenou merged commit 8780cb4 into jupyterlite:main Apr 17, 2024
12 checks passed
@jtpio jtpio deleted the fix-ui-tests branch April 17, 2024 12:02
@jtpio jtpio mentioned this pull request Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failing UI tests
2 participants