-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Add Server to asyncio.base_events' __all__ #7554
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
Conversation
Stub Versioning told me to check for Python 3.10 when checking for a feature introduced in 3.10.3 but this is now failing in CI as they are running against 3.10.2. What should I do? Wait until the tests are updated? |
This comment has been minimized.
This comment has been minimized.
We can just ignore the error for now by adding to the stubtest allowlist. We can remove that once GH is on 3.10.3. |
I split the import from the |
This comment has been minimized.
This comment has been minimized.
You'll need to add |
(I pushed a commit to mypy_primer to temporarily remove edgedb) |
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Closes #7552