From eec87dce388edcdfe7712f2be059aef324bdee37 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sat, 12 Oct 2024 03:35:55 +0200 Subject: [PATCH] python312Packages.rich-argparse: disable failing test --- pkgs/development/python-modules/rich-argparse/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/python-modules/rich-argparse/default.nix b/pkgs/development/python-modules/rich-argparse/default.nix index 8edcfa9fbd95..4f11691266b3 100644 --- a/pkgs/development/python-modules/rich-argparse/default.nix +++ b/pkgs/development/python-modules/rich-argparse/default.nix @@ -28,6 +28,11 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook ]; + disabledTests = [ + # https://github.com/hamdanal/rich-argparse/issues/133 + "test_help_preview_generation" + ]; + pythonImportsCheck = [ "rich_argparse" ]; meta = with lib; {