scikitlearn: disable tests on aarch64

This commit is contained in:
Kai Wohlfahrt 2018-11-13 12:59:20 +00:00 committed by Frederik Rietdijk
parent 2a9ea69cd5
commit da65cfca02

View file

@ -20,6 +20,7 @@ buildPythonPackage rec {
LC_ALL="en_US.UTF-8";
doCheck = !stdenv.isAarch64;
# Skip test_feature_importance_regression - does web fetch
checkPhase = ''
cd $TMPDIR