Merge pull request #255306 from natsukium/memray/fix-python311
memray: fix test with python311
This commit is contained in:
commit
dade3f0b8f
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
nativeCheckInputs = with python3.pkgs; [
|
nativeCheckInputs = with python3.pkgs; [
|
||||||
ipython
|
ipython
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
] ++ lib.optionals (pythonOlder "3.11") [
|
] ++ lib.optionals (pythonOlder "3.12") [
|
||||||
greenlet
|
greenlet
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue