Commit 28870c9c authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files
parent 5152f722
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -63,6 +63,11 @@ python3Packages.buildPythonApplication rec {
  disabledTestPaths = [
    # Very time-consuming and some tests fails (performance-related?)
    "tests/integration/test_main.py"

    # AssertionError since textual was updated to 3.1.0
    # https://github.com/bloomberg/memray/issues/750
    "tests/unit/test_tree_reporter.py"
    "tests/unit/test_tui_reporter.py"
  ];

  meta = with lib; {