From 1aaa1baa60ff884f0cd68fa3ca969b6fc9237860 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Mon, 18 May 2026 14:38:20 +0200 Subject: [PATCH] python3Packages.cmd2: disable failing test This is due to expecting a rich version lt 15. Upstream yanked the test after the rich 15 update. --- pkgs/development/python-modules/cmd2/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/cmd2/default.nix b/pkgs/development/python-modules/cmd2/default.nix index 464b1187d40d..1ea710021d18 100644 --- a/pkgs/development/python-modules/cmd2/default.nix +++ b/pkgs/development/python-modules/cmd2/default.nix @@ -46,6 +46,8 @@ buildPythonPackage rec { # Don't require vim for tests, it causes lots of rebuilds "test_find_editor_not_specified" "test_transcript" + # Removed upstream after rich 15 update + "test_from_ansi_wrapper" ]; pythonImportsCheck = [ "cmd2" ];