Skip to content

Commit

Permalink
memray: 1.14.0 -> 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pcboy committed Jan 4, 2025
1 parent 34ba1df commit a5d01f7
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions pkgs/by-name/me/memray/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; [
Expand Down Expand Up @@ -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" ];

Expand All @@ -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 = [
Expand Down

0 comments on commit a5d01f7

Please sign in to comment.