pythonPackages.scikitlearn: fix tests
This commit is contained in:
parent
b6c86d642f
commit
2d9d8ae5fb
1 changed files with 7 additions and 0 deletions
|
@ -18549,6 +18549,13 @@ in modules // {
|
|||
|
||||
LC_ALL="en_US.UTF-8";
|
||||
|
||||
# Exclude "test_image.py" because the Lena function/image was removed from SciPy since 0.17
|
||||
# Should be fixed in next release.
|
||||
# Using the -I switch broke nosetests...?
|
||||
patchPhase = ''
|
||||
rm sklearn/feature_extraction/tests/test_image.py
|
||||
'';
|
||||
|
||||
checkPhase = ''
|
||||
HOME=$TMPDIR OMP_NUM_THREADS=1 nosetests $out/${python.sitePackages}/sklearn/
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue