python.pkgs.numpy: don't exclude f2py test anymore

It is on PATH, and the tests pass.
This commit is contained in:
Florian Klink
2019-07-27 12:19:03 +02:00
committed by Frederik Rietdijk
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";