-
Notifications
You must be signed in to change notification settings - Fork 12
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
Conversation
@@ -2,6 +2,7 @@ | |||
"jupyter-lite-schema-version": 0, | |||
"jupyter-config-data": { | |||
"appName": "JupyterLite UI Tests", | |||
"defaultKernelName": "xlua", |
There was a problem hiding this comment.
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) ?
There was a problem hiding this comment.
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.
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. |
This would unblock other pending PRs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Fixes #83
Troubleshooting in #84 didn't lead to explanations.
But setting the default kernel name explicitly might help.