pythonPackages.jupyter_client: add test runner, disable tests

This commit is contained in:
Frederik Rietdijk 2016-01-24 12:41:41 +01:00
parent 4e1ed2fea0
commit f10234eeb8

View file

@ -10186,8 +10186,16 @@ in modules // {
sha256 = "ff1ef5c6c3031a62db46ec6329867b4cb1595e6102a7819b3b5252b0c524bdb8";
};
buildInputs = with self; [ nose ];
propagatedBuildInputs = with self; [traitlets jupyter_core pyzmq] ++ optional isPyPy py;
checkPhase = ''
nosetests -v
'';
# Circular dependency with ipykernel
doCheck = false;
meta = {
description = "Jupyter protocol implementation and client libraries";
homepage = http://jupyter.org/;