memtree: fix imports check

This commit is contained in:
Weijia Wang 2023-12-10 14:25:18 +01:00
parent 47bca5bb02
commit cfb1ae4e7b

View File

@ -31,7 +31,7 @@ python3Packages.buildPythonApplication {
];
pytestFlagsArray = [ "-v" ];
pythonImportChecks = [ "memtree" ];
pythonImportsCheck = [ "memtree" ];
passthru.updateScript = nix-update-script {
extraArgs = [ "--version=branch" ];