mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 14:11:36 +00:00
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 ];
|
||||
|
||||
disabledTests = [
|
||||
"test_input_output"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Simple VTXXX-compatible linux terminal emulator";
|
||||
homepage = "https://github.com/selectel/pyte";
|
||||
|
|
Loading…
Reference in a new issue