Skip to content
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

Update tests for Python 3.10 #1086

Merged
merged 4 commits into from
Jan 18, 2023

Conversation

pentschev
Copy link
Member

Because in Python 3.10 asyncio.get_event_loop() does not create an event loop anymore, using synchronous LocalCluster raises DeprecationWarnings in tornado.ioloop.IOLoop. Ideally we should update all tests to async, the changes here are the minimum necessary to unblock Python 3.10.

@pentschev pentschev requested a review from a team as a code owner January 18, 2023 18:56
@github-actions github-actions bot added the python python code needed label Jan 18, 2023
@pentschev pentschev added bug Something isn't working 3 - Ready for Review Ready for review by team non-breaking Non-breaking change labels Jan 18, 2023
@pentschev pentschev added 2 - In Progress Currently a work in progress and removed 3 - Ready for Review Ready for review by team labels Jan 18, 2023
@ajschmidt8
Copy link
Member

ajschmidt8 commented Jan 18, 2023

xref: #1080

thanks Peter!

@pentschev pentschev added 3 - Ready for Review Ready for review by team and removed 2 - In Progress Currently a work in progress labels Jan 18, 2023
@pentschev
Copy link
Member Author

Thanks @quasiben !

@pentschev
Copy link
Member Author

/merge

@rapids-bot rapids-bot bot merged commit c034d22 into rapidsai:branch-23.02 Jan 18, 2023
@pentschev pentschev deleted the make-cluster-tests-async branch February 28, 2023 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team bug Something isn't working non-breaking Non-breaking change python python code needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants