mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 08:47:39 +08:00
- mypy_test and pyright no longer just test the stubs, they now also test other parts of typeshed as well. - pytype_test.py can now be run on 3.10, meaning the whole test suite can now also be run on 3.10. - Various test scripts now have from `__future__ import annotations`, meaning they can now only be run on 3.7+. - Clean up the description of pyright_test.py, which had a slightly confusing wording. - Also fix the `--dry-run` config option in mypy_test.py, which I accidentally broke in #7746