-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Stubtest failed on Sat Mar 05 2022 #7441
Comments
Many, many failures. |
I'm reverting checking positional-only differences on dunders in python/mypy#12293, as previously discussed in #7344 (comment) This way we keep typeshed and stubtest master in a mostly reconcilable state and we can then ship improvements at our leisure. |
This reverts commit 777885f. To help with python/typeshed#7441 and reduce risk of stubtest issues interfering with a mypy release. The extra type correctness here is really minimal. Co-authored-by: hauntsaninja <>
I misdiagnosed a little bit, looks like some of the positional-only differences was something stubtest always reported, but interacts a little unfortunately with python/mypy#12203. python/mypy#12294 changes things to ignore those as well. Once typeshed CI is green, we can look into potentially reverting python/mypy#12293 and python/mypy#12294. In particular, I think one way forward is to not check for positional-only differences in the case where stub inherits the relevant dunder. |
I like this idea a lot :) |
Stubtest runs are listed here: https://github.com/python/typeshed/actions/workflows/stubtest.yml
The text was updated successfully, but these errors were encountered: