Merge pull request #255306 from natsukium/memray/fix-python311

memray: fix test with python311

authored by

Fabian Affolter and committed by
GitHub
dade3f0b c1850cf4

+1 -1
+1 -1
pkgs/development/tools/memray/default.nix
··· 37 37 nativeCheckInputs = with python3.pkgs; [ 38 38 ipython 39 39 pytestCheckHook 40 - ] ++ lib.optionals (pythonOlder "3.11") [ 40 + ] ++ lib.optionals (pythonOlder "3.12") [ 41 41 greenlet 42 42 ]; 43 43