memray: fix test with python311

This commit is contained in:
natsukium
2023-09-15 23:37:16 +09:00
parent 576a61dabb
commit 4ded41689c
+1 -1
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
];