-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Conversation
This comment has been minimized.
This comment has been minimized.
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 |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉 |
Helps with Python 3.11 support