mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 00:18:10 +00:00
memray: skip failing tests
https://github.com/NixOS/nixpkgs/pull/398126
This commit is contained in:
parent
5152f7222d
commit
28870c9c62
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user