-
-
Notifications
You must be signed in to change notification settings - Fork 11k
Two test failues on macos arm64 (Apple Silicon) #17635
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
what are the warnings? |
|
@isuruf Those warnings should be suppressed. How are you testing? |
|
Is numpy installed? The usual way to test installed numpy is |
Yes, numpy is installed on the macOS arm64 machine. It was built on CI on a macOS x86_64 machine. @erykoff, can you try |
|
Ah, that did only the "slow" tests, so you need to use "full" instead. The hypothesis warning is something we need to fix, it will raise an error for newer pytest versions. |
These are the 3 failures:
All of these are |
I see the same |
The test is skipped now |
Reproducing code example:
Error message:
NumPy/Python version information:
Failures with numpy 1.19.2 and python 3.9.0 and 3.8.6
We've been cross compiling packages for this new hardware at conda-forge and running tests on the Developer Transition Kit. cc @erykoff, @beckermr, @rgommers
The text was updated successfully, but these errors were encountered: