diff --git a/pkgs/development/python-modules/pyte/default.nix b/pkgs/development/python-modules/pyte/default.nix index 525aaaa2b7a..b907db22386 100644 --- a/pkgs/development/python-modules/pyte/default.nix +++ b/pkgs/development/python-modules/pyte/default.nix @@ -15,6 +15,10 @@ buildPythonPackage rec { checkInputs = [ pytestCheckHook ]; + disabledTests = [ + "test_input_output" + ]; + meta = with lib; { description = "Simple VTXXX-compatible linux terminal emulator"; homepage = "https://github.com/selectel/pyte";