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

[0.980 backport] Update pos-only unit tests for Python 3.10.7 (#13660) #13665

Merged
merged 1 commit into from Sep 14, 2022

Commits on Sep 14, 2022

  1. [0.980 backport] Update pos-only unit tests for Python 3.10.7 (python…

    …#13660)
    
    The CI has started to sporadically fail depending on whether 3.10.6 is
    picked up by GitHub Actions (okay) or 3.10.7 (not okay). For example:
    
    - https://github.com/python/mypy/actions/runs/3046671132/jobs/4909772702
    - https://github.com/python/mypy/actions/runs/3046723692/jobs/4909887963
    
    On Python 3.10.7 (but not on Python 3.10.6), mypy correctly rejects
    using PEP 570 syntax unless `--python-version` is set to 3.8 or higher
    (this is due to python/cpython#95935). However,
    this makes several unit tests fail.
    
    This PR updates those unit tests so that the CI passes on both 3.10.6
    and 3.10.7
    AlexWaygood authored and cdce8p committed Sep 14, 2022
    Copy the full SHA
    f154754 View commit details
    Browse the repository at this point in the history