python312Packages.rich-argparse: disable failing test
This commit is contained in:
@@ -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; {
|
||||
|
||||
Reference in New Issue
Block a user