run stubtest on python 3.10 - #5305
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. 🤖🎉 |
|
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