pythonPackages.pyte: disable test which requires not available tools

This commit is contained in:
Sandro Jäckel 2021-03-06 03:08:07 +01:00
parent bdfaf83f76
commit 773aa447e9
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -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";