Unverified Commit 67bb5197 authored by Michael Daniels's avatar Michael Daniels
Browse files

python3Packages.rich-argparse: fix build

parent b086b03d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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" ];