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

Fix tests on Python 3.11 #1139

Merged
merged 5 commits into from Apr 16, 2022
Merged

Fix tests on Python 3.11 #1139

merged 5 commits into from Apr 16, 2022

Commits on Apr 15, 2022

  1. Fix tests on Python 3.11

    - Defer to the PEP 646 implementation in typing.py on 3.11
    - Adjust some tests accordingly. Noted a bug in
      python/cpython#32341 (comment)
    - typing._type_check() is more lenient in 3.11 and no longer rejects ints
    - The representation of the empty tuple type changed
    
    Tests pass for me on a 3.11 build from today now.
    JelleZijlstra committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    4bea386 View commit details
    Browse the repository at this point in the history
  2. line length

    JelleZijlstra committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    5be6731 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2022

  1. Configuration menu
    Copy the full SHA
    43f2438 View commit details
    Browse the repository at this point in the history
  2. add changelog

    JelleZijlstra committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    d3df50b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c82850 View commit details
    Browse the repository at this point in the history