-
Notifications
You must be signed in to change notification settings - Fork 8
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 failures on Guix #128
Comments
Yeah, for the last two tests, it should probably override/set specific environment variables instead of overriding everything. |
Indeed. A pull request with a fix is welcome! The |
I'm happy to ignore the last one knowing it'll auto-resolves itself by the time we upgrade our numpy. For the other fix, it looks simple to do, so let's it open so myself or someone can produce a PR. |
Hi,
Testing this package at version 2.2 with my system (Guix), I get:
The first failure appears to be related to my version of numpy used: 1.24.4 though I see no specific numpy version requirement in this project.
The last two, I think are caused by resetting the environment variables; on my system the Python libraries are looked up via the
GUIX_PYTHONPATH
environment variable.The text was updated successfully, but these errors were encountered: