-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
run stubtest on python 3.10 #5305
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
|
|
|
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉 |
2 similar comments
|
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉 |
|
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉 |
python -m mypy.stubtest --ignore-missing-stub --check-typeshed --custom-typeshed-dir . --whitelist tests/stubtest_whitelists/py3_common.txt --whitelist tests/stubtest_whitelists/py310.txt --ignore-unused-whitelist --whitelist tests/stubtest_whitelists/linux.txt --generate-whitelist
This reverts commit f4312ac.
TEMPORARY: change stubtest_test output
|
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉 |
|
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉 |
|
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉 |
|
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉 |
1 similar comment
|
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉 |
|
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉 |
3 similar comments
|
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉 |
|
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉 |
|
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉 |
srittau
left a comment
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!
|
Thanks for doing this, but I think I might roll back this change for now:
|
This was enabled in python#5305 - This is running with an older alpha, so is currently getting in the way of changes - With 3.9, even post-beta, we ended up having to switch off stubtest in CI for a while because the level of breakage was too high - This PR will likely also cause problems with unused, I imagine there are some things that will need to be removed from py3_common - We also at some point need to move the positional-only test to use 3.10 (we only check positional-only compatibility on latest version)
To do:
stubtest_unused.pypy310.txtlines are linux-specific, put them tolinux-py310.txt