python3Packages.rich-argparse: fix build

This commit is contained in:
Michael Daniels
2026-02-21 13:09:48 -05:00
parent b086b03df8
commit 67bb519725
@@ -28,6 +28,8 @@ buildPythonPackage rec {
disabledTests = [
# coloring mismatch in fixture
"test_subparsers_usage"
# solid vs dash line mismatch
"test_rich_renderables"
];
pythonImportsCheck = [ "rich_argparse" ];