python.pkgs.terminado: disable tests

This commit is contained in:
Frederik Rietdijk 2019-08-31 14:37:34 +02:00
parent 9dd6537303
commit 755de1cbe2

View File

@ -16,6 +16,9 @@ buildPythonPackage rec {
propagatedBuildInputs = [ ptyprocess tornado ];
# test_max_terminals fails
doCheck = false;
meta = with lib; {
description = "Terminals served by Tornado websockets";
homepage = https://github.com/jupyter/terminado;