Loading pkgs/development/tools/memray/default.nix +7 −3 Original line number Diff line number Diff line Loading @@ -8,17 +8,19 @@ python3.pkgs.buildPythonApplication rec { pname = "memray"; version = "1.3.1"; version = "1.4.0"; format = "setuptools"; src = fetchFromGitHub { owner = "bloomberg"; repo = pname; rev = "v${version}"; hash = "sha256-zHdgVpe92OiwLC4jHVtT3oC+WnB30e5U3ZOHnmuo+Ao="; hash = "sha256-NR6wziuER7Vm4Er0WSkQKGkDOrsFUT4gmHO36h9yRWw="; }; nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libunwind Loading @@ -33,6 +35,7 @@ python3.pkgs.buildPythonApplication rec { ]; checkInputs = with python3.pkgs; [ ipython pytestCheckHook ] ++ lib.optionals (pythonOlder "3.11") [ greenlet Loading @@ -49,6 +52,7 @@ python3.pkgs.buildPythonApplication rec { disabledTests = [ # Import issue "test_header_allocator" "test_hybrid_stack_of_allocations_inside_ceval" ]; disabledTestPaths = [ Loading Loading
pkgs/development/tools/memray/default.nix +7 −3 Original line number Diff line number Diff line Loading @@ -8,17 +8,19 @@ python3.pkgs.buildPythonApplication rec { pname = "memray"; version = "1.3.1"; version = "1.4.0"; format = "setuptools"; src = fetchFromGitHub { owner = "bloomberg"; repo = pname; rev = "v${version}"; hash = "sha256-zHdgVpe92OiwLC4jHVtT3oC+WnB30e5U3ZOHnmuo+Ao="; hash = "sha256-NR6wziuER7Vm4Er0WSkQKGkDOrsFUT4gmHO36h9yRWw="; }; nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libunwind Loading @@ -33,6 +35,7 @@ python3.pkgs.buildPythonApplication rec { ]; checkInputs = with python3.pkgs; [ ipython pytestCheckHook ] ++ lib.optionals (pythonOlder "3.11") [ greenlet Loading @@ -49,6 +52,7 @@ python3.pkgs.buildPythonApplication rec { disabledTests = [ # Import issue "test_header_allocator" "test_hybrid_stack_of_allocations_inside_ceval" ]; disabledTestPaths = [ Loading