python.pkgs.numpy: don't exclude f2py test anymore
It is on PATH, and the tests pass.
This commit is contained in:
parent
0f6bda38fe
commit
fae3438572
@ -60,10 +60,9 @@ in buildPythonPackage rec {
|
||||
inherit blasImplementation cfg;
|
||||
};
|
||||
|
||||
# Disable two tests
|
||||
# - test_f2py: f2py isn't yet on path.
|
||||
# Disable test
|
||||
# - test_large_file_support: takes a long time and can cause the machine to run out of disk space
|
||||
NOSE_EXCLUDE="test_f2py,test_large_file_support";
|
||||
NOSE_EXCLUDE="test_large_file_support";
|
||||
|
||||
meta = {
|
||||
description = "Scientific tools for Python";
|
||||
|
Loading…
Reference in New Issue
Block a user