-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
stub for asyncio.coroutine incorrect #89
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
Comments
Can you investigate why typeshed's CI didn't catch this? Also go ahead and fix it in typeshed. |
FWIW typeshed's CI doesn't run mypy's unit tests. It just runs mypy over the code in typeshed. |
Oh okay. That would be why it wasn't caught by CI, then. |
It would be caught by mypy's CI on the diff that synced up to the new typeshed version though... But I haven't made that diff yet (and now I won't until I've verified everything properly). |
Right. That's exactly how I caught it, actually. |
In PR #81, an incorrect stub was introduced for coroutine (see here) which breaks this mypy unit test, among others. I'm not sure why this wasn't caught by CI.
A fix for this is blocking python/mypy#1218, which needs to update to the latest typeshed master.
The text was updated successfully, but these errors were encountered: