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

Re-enable testing on PyPy for all platforms. #553

Merged
merged 2 commits into from Jun 18, 2022

Commits on Jun 17, 2022

  1. Renable CI/CD testing on PyPy for all platforms.

    PyPy's Windows unicode handling transpired to be significantly different
    enough that a PyPy+Windows specific test failure slipped in (ultrajson#552).
    bwoodsend committed Jun 17, 2022
    Copy the full SHA
    fb6251e View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2022

  1. xfail test_decode_surrogate_characters() on Windows PyPy.

    This feature needs fixing. See ultrajson#552.
    bwoodsend committed Jun 18, 2022
    Copy the full SHA
    404de1a View commit details
    Browse the repository at this point in the history