-
-
Notifications
You must be signed in to change notification settings - Fork 1.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
Remove unused whitelist entries #4206
Conversation
Well, it's annoying that this didn't pan out nicely. The The tkinter ones are also "real". Those genuinely don't exist (were removed in 3.6). I think it's possible to wind up with Python builds without Not fully sure what's going on with
So maybe Travis is using an old kernel? The We can "fix" any thorns using the |
Maybe we could just move all stubtests to GitHub? Then the Python version should be identical. Things should still get reported correctly. |
Sure. Seems like the only downside is stubtest wouldn't check anything in CI for changes dependent on |
It's also weird that Github Actions has issues with |
Superseded by #4217. |
This ensures that the Python version used matches the one used in the scheduled extraneous stubtest whitelist check. See also PR python#4206.
This ensures that the Python version used matches the one used in the scheduled extraneous stubtest whitelist check. See also PR #4206.
This ensures that the Python version used matches the one used in the scheduled extraneous stubtest whitelist check. See also PR python#4206.
How was this problem solved when the CI moved to github actions? It's possible to run Python with |
I'm sorry, I don't remember the specifics about what I was talking about here. (The "real" tkinter issues I mention were fixed in #4207)
It does seem to me that the Python build stubtest uses in Github Actions has Anyway, very happy that |
Now that I think about it, stubtest has correctly pointed out many Stubtest doesn't point out issues with attributes coming from |
No description provided.