-
Notifications
You must be signed in to change notification settings - Fork 48
Python 3.12: pytest seg faults with mpl tests #227
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
Comments
I ran
|
I figure this is very likely to be a Python interpreter bug, so filed python/cpython#120387 as well. |
|
Closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am testing my package on Python 3.12. The testsuite uses
pytest-mpl
. When running the following minimised test case, pytest (well, presumably, the Python interpreter) segfaults. Any test that does not use mpl decorators runs fine.The text was updated successfully, but these errors were encountered: