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

Run self-check on Windows as part of CI #11909

Merged
merged 3 commits into from
Jan 28, 2022

Commits on Jan 5, 2022

  1. Run self-check on Windows as part of CI

    As discussed in python#11895, mypy's test suite currently does not pass a mypy self-check when run on Windows. This should hopefully be fixed by python/typeshed#6812, but running a self-check on Windows as part of the CI tests should help avoid this issue in the future.
    
    This new CI test should hopefully fail until python#11905 is merged, confirming the diagnosis of the problem that I made in python#11895. Once python#11905 is merged, it should hopefully then pass, allowing this PR to be merged.
    AlexWaygood authored Jan 5, 2022
    Configuration menu
    Copy the full SHA
    88c7d31 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. Configuration menu
    Copy the full SHA
    ce78079 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8ff724 View commit details
    Browse the repository at this point in the history