python.pkgs.terminado: disable tests
This commit is contained in:
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;
|
||||
|
Loading…
Reference in New Issue
Block a user