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

Use async def in pythoneval tests #12834

Merged
merged 6 commits into from
May 23, 2022
Merged

Conversation

hauntsaninja
Copy link
Collaborator

Helps with Python 3.11 support

@hauntsaninja hauntsaninja marked this pull request as draft May 21, 2022 22:13
@github-actions

This comment has been minimized.

@hauntsaninja hauntsaninja marked this pull request as ready for review May 22, 2022 06:32
@hauntsaninja
Copy link
Collaborator Author

Okay, this is ready for review. I filed #12837 for the one xfailed test. It's easy to fix (if we want to), but that should be its own discussion and PR.

Note that this leaves all asyncio.coroutine behaviour untested, which I assume is fine. I also haven't checked to see if there's testing overlap with check-async-await.test

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@hauntsaninja hauntsaninja mentioned this pull request May 22, 2022
17 tasks
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
@github-actions
Copy link
Contributor

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

@hauntsaninja hauntsaninja merged commit c986e54 into python:master May 23, 2022
@hauntsaninja hauntsaninja deleted the asyncio branch May 23, 2022 00:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants