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 = [
|
disabledTestPaths = [
|
||||||
# Very time-consuming and some tests fails (performance-related?)
|
# Very time-consuming and some tests fails (performance-related?)
|
||||||
"tests/integration/test_main.py"
|
"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; {
|
meta = with lib; {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user