world-wall-clock: skip test requiring real tty

This commit is contained in:
Harinn
2026-05-08 12:07:44 +07:00
parent ac99e549f8
commit dc700c3d91
@@ -32,6 +32,11 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
enabledTestPaths = [ "tests/*" ];
disabledTests = [
# requires real tty
"test_run_app"
];
meta = {
description = "TUI application that provides a multi-timezone graphical clock in a terminal environment";
homepage = "https://github.com/ddelabru/world-wall-clock";