-
-
Notifications
You must be signed in to change notification settings - Fork 719
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
make_current/clear_current are deprecated in Tornado #6784
Comments
Yes, I am trying to prepare packages for review in Fedora again, though there's lots of trouble in Rawhide at the moment due to new Tornado and Python 3.11 beta. I am a bit closer to passing on Fedora 36. |
xref: #6669 |
Using
|
cc @graingert |
@rikardn for your usecase could you grab the distributed.utils_test.loop_in_thread fixture and use that until we fix the LoopRunner? |
…n LoopRunner Closes dask#6784
…n LoopRunner Closes dask#6784
…n LoopRunner Closes dask#6784
…n LoopRunner Closes dask#6784
…n LoopRunner Closes dask#6784
…n LoopRunner Closes dask#6784
…n LoopRunner Closes dask#6784
…n LoopRunner Closes dask#6784
What happened:
make_current
andclear_current
appear to be deprecated in Tornado 6.2, which causes errors in tests, since warnings are treated as errors. Though it's my mistake that I left that on, it's probably something that should be fixed soonish.What you expected to happen:
Tests pass.
Environment:
The text was updated successfully, but these errors were encountered: