Unverified Commit 9b93a812 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #198893 from fabaff/memray-bump

memray: 1.3.1 -> 1.4.0
parents ddb16793 9374e695
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -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
@@ -33,6 +35,7 @@ python3.pkgs.buildPythonApplication rec {
  ];

  checkInputs = with python3.pkgs; [
    ipython
    pytestCheckHook
  ] ++ lib.optionals (pythonOlder "3.11") [
    greenlet
@@ -49,6 +52,7 @@ python3.pkgs.buildPythonApplication rec {
  disabledTests = [
    # Import issue
    "test_header_allocator"
    "test_hybrid_stack_of_allocations_inside_ceval"
  ];

  disabledTestPaths = [