Skip to content
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

Filter pytype tests by stdlib/VERSIONS file #12649

Merged
merged 2 commits into from
Sep 12, 2024

Commits on Sep 12, 2024

  1. Filter pytype tests by stdlib/VERSIONS file

    Filter the files to run pytype tests on by stdlib/VERSIONS file. This
    becomes important for Python 3.12, where e.g. checking asynchat.pyi
    requires asyncore.pyi, both of which have been removed in 3.12.
    
    The implementation was copied from mypy_test.py and adapted to fit into
    the existing pytype test setup.
    frigus02 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    c2fbc9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc97e9c View commit details
    Browse the repository at this point in the history