-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
[WIP] more fixes for kernel tests #6073
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
Conversation
|
Thanks for making a pull request to JupyterLab! To try out this branch on binder, follow this link: |
We also added skips to tests that seem to currently fail. Fixing those is next.
|
The tests pass locally for me with these changes. I'm confused by the failures here. I think it's best to pause this work until we can discuss more fully exactly what is happening with the tests. |
|
tornado 6 related perhaps? |
|
Oh, perhaps. Good thing to check, for sure. |
|
Closing for now because it seems to have been superseded by more test work, recently. |
|
Superseded now with the recent kernel refactor work. |
This pulls in the tests changes from #4724. Likely there will be things to fix, as those tests were also modified to work with the changes in that PR. But there were also fixes for the asynchronous test flakiness that these changes hope to address.