pythonPackages.pyte: disable test which requires not available tools
This commit is contained in:
parent
bdfaf83f76
commit
773aa447e9
@ -15,6 +15,10 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
checkInputs = [ pytestCheckHook ];
|
checkInputs = [ pytestCheckHook ];
|
||||||
|
|
||||||
|
disabledTests = [
|
||||||
|
"test_input_output"
|
||||||
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Simple VTXXX-compatible linux terminal emulator";
|
description = "Simple VTXXX-compatible linux terminal emulator";
|
||||||
homepage = "https://github.com/selectel/pyte";
|
homepage = "https://github.com/selectel/pyte";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user