memray: fix test with python311

This commit is contained in:
natsukium 2023-09-15 23:37:16 +09:00
parent 576a61dabb
commit 4ded41689c
No known key found for this signature in database
GPG key ID: 9EA45A31DB994C53

View file

@ -37,7 +37,7 @@ python3.pkgs.buildPythonApplication rec {
nativeCheckInputs = with python3.pkgs; [
ipython
pytestCheckHook
] ++ lib.optionals (pythonOlder "3.11") [
] ++ lib.optionals (pythonOlder "3.12") [
greenlet
];