-
-
Notifications
You must be signed in to change notification settings - Fork 11k
Test failures on Fedora #15202
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
In Fedora, the file is in |
@mattip: numpy probably shouldn't use the |
This works, thanks! |
==================================== ERRORS ====================================
_ ERROR collecting build/testenv/lib64/python3.7/site-packages/numpy/core/tests/test_multiarray.py _
ImportError while importing test module '/home/gwyn/fedora/git/numpy/numpy-1.18.0/build/testenv/lib64/python3.7/site-packages/numpy/core/tests/test_multiarray.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
numpy/core/tests/test_multiarray.py:23: in
from test.support import no_tracing
E ModuleNotFoundError: No module named 'test'
_ ERROR collecting build/testenv/lib64/python3.7/site-packages/numpy/core/tests/test_regression.py _
ImportError while importing test module '/home/gwyn/fedora/git/numpy/numpy-1.18.0/build/testenv/lib64/python3.7/site-packages/numpy/core/tests/test_regression.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
numpy/core/tests/test_regression.py:20: in
from test.support import no_tracing
E ModuleNotFoundError: No module named 'test'
!!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection !!!!!!!!!!!!!!!!!!!!
176 deselected, 2 error in 12.55 seconds
error: Bad exit status from /var/tmp/rpm-tmp.llNGWr (%check)
The project builds fine. This began during the 1.18.0 RCs.
The text was updated successfully, but these errors were encountered: