python.pkgs.terminado: disable tests

This commit is contained in:
Frederik Rietdijk
2019-09-06 15:18:45 +02:00
parent 9dd6537303
commit 755de1cbe2
@@ -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;