world-wall-clock: skip test requiring real tty (#517922)

This commit is contained in:
yaya
2026-05-08 05:29:46 +00:00
committed by GitHub
@@ -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";