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; {