-
-
Notifications
You must be signed in to change notification settings - Fork 531
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
Test failure under PyPy #1581
Comments
Fixed in PyPy 3.10.16 — pypy/pypy#5080 — but GitHub used PyPy 3.101.4 for that run. |
PyPy v7.3.18 released yesterday. The bug is indeed fixed, both in 3.10 and 3.11. Checked by me today. |
Thank you very much for letting me know. Tests are back. |
Maybe it'll take a bit of time for GitHub Actions to pick the latest release — eventually the situation should settle. |
You can specify |
e.g. https://github.com/python-websockets/websockets/actions/runs/12963517695/job/36161210692
This is a symptom of a bug in PyPy: pypy/pypy#5079
I'm wondering if it makes sense to run tests under PyPy when it means that I have to deal with such bugs.
The text was updated successfully, but these errors were encountered: