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

PyPy3 test fixes #1904

Merged
merged 2 commits into from Feb 9, 2022
Merged

PyPy3 test fixes #1904

merged 2 commits into from Feb 9, 2022

Commits on Feb 1, 2022

  1. Fix test_syntax not to use identity comparison on string

    Fix test_syntax to compare strings via "==" rather than "is", in order
    to fix test failure on PyPy3.
    mgorny committed Feb 1, 2022
    Copy the full SHA
    8e3a0be View commit details
    Browse the repository at this point in the history
  2. Fix test_inspect failures on PyPy3

    Mark the test_inspect tests failing on PyPy3 due to different output
    to be skipped appropriately.
    mgorny committed Feb 1, 2022
    Copy the full SHA
    f15dc3e View commit details
    Browse the repository at this point in the history