memray: skip failing tests

https://github.com/NixOS/nixpkgs/pull/398126
This commit is contained in:
Gaetan Lepage 2025-04-12 14:11:36 +02:00
parent 5152f7222d
commit 28870c9c62

View File

@ -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; {