Skip to content

Conversation

@jtpio
Copy link
Member

@jtpio jtpio commented Jul 5, 2022

Tests have started failing with the latest tornado release which deprecates: https://www.tornadoweb.org/en/stable/releases/v6.2.0.html#deprecation-notice

The IOLoop constructor is deprecated unless the make_current=False argument is used. Use IOLoop.current when the loop is already running instead.

Example run: https://github.com/jupyter/notebook/runs/7191744285?check_suite_focus=true

This PR attempts at fixing it.

@jtpio jtpio added this to the 7.0 milestone Jul 5, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Jul 5, 2022

Binder 👈 Launch a Binder on branch jtpio/notebook/ci

@jtpio jtpio marked this pull request as ready for review July 5, 2022 08:12
@jtpio
Copy link
Member Author

jtpio commented Jul 5, 2022

Marking as ready for now.

Looks like the proper fix would be for pytest-tornasync to fix these warnings at some point: https://github.com/eukaryote/pytest-tornasync

@jtpio jtpio merged commit a3d20ad into jupyter:main Jul 5, 2022
@jtpio jtpio deleted the ci branch July 5, 2022 13:09
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant