-
Notifications
You must be signed in to change notification settings - Fork 30
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
Latest scipy (1.15) will make pytest tests fail #618
Comments
It looks like setting |
This seems to be causing the CI tests to fail as well. |
I would rather preserve assertion rewriting. It turns this:
into:
I'll try @bmaranville's targeted suggestion. |
There is a conflict between pytest (specifically, with the assert-rewrites enabled, which is the default) and the scipy version released today (v1.15).
The problem can be avoided by running pytest with
--assert=plain
argument.Running pytest on sasmodels with that version of scipy gives spurious errors:
The text was updated successfully, but these errors were encountered: