pythonPackages.qtconsole: disable tests

This commit is contained in:
Frederik Rietdijk 2016-01-24 15:38:55 +01:00
parent fb4560ceda
commit e09ad08442

View file

@ -17496,6 +17496,9 @@ in modules // {
buildInputs = with self; [ nose ] ++ optionals isPy27 [mock];
propagatedBuildInputs = with self; [traitlets jupyter_core jupyter_client pygments ipykernel pyqt4];
# : cannot connect to X server
doCheck = false;
meta = {
description = "Jupyter Qt console";
homepage = http://jupyter.org/;