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;
|
inherit blasImplementation cfg;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Disable two tests
|
# Disable test
|
||||||
# - test_f2py: f2py isn't yet on path.
|
|
||||||
# - test_large_file_support: takes a long time and can cause the machine to run out of disk space
|
# - 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 = {
|
meta = {
|
||||||
description = "Scientific tools for Python";
|
description = "Scientific tools for Python";
|
||||||
|
Loading…
Reference in New Issue
Block a user