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

Adjust expected exceptions in option merging tests for PyPy3 #763

Merged
merged 3 commits into from May 26, 2022

Commits on May 26, 2022

  1. Adjust expected exceptions in option merging tests for PyPy3

    PyPy3 raises ValueError rather than TypeError when trying to combine
    a dict and a str in dict unpacking.  Update the test expectations
    appropriately.
    
    Fixes jpadilla#580
    mgorny committed May 26, 2022
    Copy the full SHA
    1905d19 View commit details
    Browse the repository at this point in the history
  2. Enable GHA testing on Python 3.11 and all PyPy3 versions

    Enable testing on all Python 3 versions supported by GitHub Actions
    at the moment.  While at it, fix the tox invocation for Python 3.10.
    mgorny committed May 26, 2022
    Copy the full SHA
    2c08d42 View commit details
    Browse the repository at this point in the history
  3. drop pypy3.7 from tox

    auvipy committed May 26, 2022
    Copy the full SHA
    bf346f0 View commit details
    Browse the repository at this point in the history