3
0
Fork 0
forked from mirrors/nixpkgs

pythonPackages.seaborn: fix test runner, disable tests

This commit is contained in:
Frederik Rietdijk 2016-01-24 18:49:16 +01:00
parent 64e4bdf109
commit 6d478b3faf

View file

@ -18536,8 +18536,16 @@ in modules // {
md5 = "bc518f1f45dadb9deb2bb57ca3af3cad";
};
buildInputs = with self; [ nose ];
propagatedBuildInputs = with self; [ pandas matplotlib ];
checkPhase = ''
nosetests -v
'';
# Computationally very demanding tests
doCheck = false;
meta = {
description = "statisitical data visualization";
homepage = "http://stanford.edu/~mwaskom/software/seaborn/";