pythonPackages.jupyter_core: add test runner, disable tests

This commit is contained in:
Frederik Rietdijk 2016-01-24 12:45:04 +01:00
parent 7598a25130
commit 0a9e7a5fe8

View file

@ -10213,7 +10213,15 @@ in modules // {
sha256 = "96a68a3b1d018ff7776270b26b7cb0cfd7a18a53ef2061421daff435707d198c";
};
propagatedBuildInputs = with self; [traitlets];
buildInputs = with self; [ pytest mock ];
propagatedBuildInputs = with self; [ ipython traitlets];
checkPhase = ''
py.test
'';
# Several tests fail due to being in a chroot
doCheck = false;
meta = {
description = "Jupyter core package. A base package on which Jupyter projects rely";