From a5d01f718eaf9ca738581b4a3c780fb5046dd02f Mon Sep 17 00:00:00 2001 From: pcboy Date: Thu, 2 Jan 2025 17:22:55 +0900 Subject: [PATCH] memray: 1.14.0 -> 1.15.0 --- pkgs/by-name/me/memray/package.nix | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/pkgs/by-name/me/memray/package.nix b/pkgs/by-name/me/memray/package.nix index cfbf7609c0f9..332b1e268477 100644 --- a/pkgs/by-name/me/memray/package.nix +++ b/pkgs/by-name/me/memray/package.nix @@ -10,14 +10,14 @@ python3Packages.buildPythonApplication rec { pname = "memray"; - version = "1.14.0"; + version = "1.15.0"; pyproject = true; src = fetchFromGitHub { owner = "bloomberg"; repo = "memray"; tag = "v${version}"; - hash = "sha256-U9JR60rSxPYXbZaKR7vVNhGT78AXnqcoqvVC6/1OW/E="; + hash = "sha256-SgkJm+vtIid8RR1Qy98PkpvIQX4LxyAPlS+4UlYlZws="; }; build-system = with python3Packages; [ @@ -48,7 +48,7 @@ python3Packages.buildPythonApplication rec { pytest-textual-snapshot pytestCheckHook ] - ++ lib.optionals (pythonOlder "3.12") [ greenlet ]; + ++ lib.optionals (pythonOlder "3.14") [ greenlet ]; pythonImportsCheck = [ "memray" ]; @@ -58,15 +58,6 @@ python3Packages.buildPythonApplication rec { # Import issue "test_header_allocator" "test_hybrid_stack_of_allocations_inside_ceval" - - # snapshot-based tests are too fragile - # see https://github.com/bloomberg/memray/issues/654 - "TestTUILooks" - "test_tui_basic" - "test_tui_pause" - "test_tui_gradient" - "test_merge_threads" - "test_unmerge_threads" ]; disabledTestPaths = [