Merge pull request #198893 from fabaff/memray-bump

memray: 1.3.1 -> 1.4.0
This commit is contained in:
Fabian Affolter 2022-11-01 22:41:48 +01:00 committed by GitHub
commit 9b93a812d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [