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-02 23:36:09 +02:00 committed by Frederik Rietdijk
parent 0f6bda38fe
commit fae3438572

View file

@ -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";