-
Notifications
You must be signed in to change notification settings - Fork 91
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
Lots of test failures with PyPy3.10 7.3.12 #859
Comments
Thank you, I will have a look! |
- adapt to some changed behavior - add another SKIPMODULE for pytest - add tests for more pypy versions - see pytest-dev#859
- adapt to some changed behavior - add another SKIPMODULE for pytest - add tests for more pypy versions - see #859
@mgorny - shall be fixed in main now, please check! |
Thanks. I can confirm that it passes now, except for some assertion from pandas — but that's not a bug in pyfakefs. |
Do you need a patch release for packaging, or can this wait? |
I would find a new release very helpful but if that's a lot of trouble, we can try to backport the patches in Gentoo. |
Sure, a release is no trouble at all. Released as 5.2.3, and closing as fixed. |
Thanks again! |
Describe the bug
When running the test suite with PyPy3.10 7.3.12, I get loads of test failures. The following bit seems to repeat a lot:
Full log (1M): pypy310.txt
How To Reproduce
Your environment
Please run the following in the environment where the problem happened and
paste the output.
I've originally noticed it on 5.2.2, and tested on 78d173b to confirm.
The text was updated successfully, but these errors were encountered: