-
Notifications
You must be signed in to change notification settings - Fork 62
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 ci end-to-end tests #274
Conversation
I think I have made the end to end tests green and a bit more stable. I was hoping to get the CI fully green, but I am not sure why the downstream tests fail, but I can reproduce it locally by running on the jupyterlab_server main branch:
It seems like the
Since this involves 3 packages (nbclassic+notebook_shim+jupyterlab_server) I am wondering if @blink1073 can take a look. |
|
Pinning the OS'es should avoid breakage now and in the future. It also seems playwright sometimes hangs on |
|
@krassowski do you agree to take out that test? |
Sound good to me. |
I also took out the pypy test, since the environment is unsolvable. This might get everything green/ |
I had the wrong label for macos, which made it not run. I can rebase this last commit to squash this with the commit where I made this mistake to make history clean. That way we can merge (without squash) this commit. Do you have a preference? |
Over on other repos (lab/notebook) we just use squash merge, but if you prefer this to be commit-by-commit then we can merge with a merge commit. Of note, maybe it is fine to only pin macos runner and keep others to |
So 💚 Let me do a final force push to polish this PR, and we get to see if we get flakyness. |
As of this writing, we had failure due to an osx image update: * https://github.com/actions/setup-python/issues/852 And in the past I have seen the same for Ubuntu images. * bqplot/bqplot#1588 (comment)
…n press('Escape')
I see an occasional failure in the end2end tests at my personal fork at https://github.com/maartenbreddels/nbclassic/actions |
💚 |
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.
Thank you!
As suggested by @blink1073 #274 (comment)
No description provided.