python312Packages.rich-argparse: disable failing test

This commit is contained in:
Martin Weinelt
2024-10-13 11:09:58 +02:00
parent d654955a7e
commit eec87dce38
@@ -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; {