memtree: fix imports check
This commit is contained in:
parent
47bca5bb02
commit
cfb1ae4e7b
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ python3Packages.buildPythonApplication {
|
|||
];
|
||||
|
||||
pytestFlagsArray = [ "-v" ];
|
||||
pythonImportChecks = [ "memtree" ];
|
||||
pythonImportsCheck = [ "memtree" ];
|
||||
|
||||
passthru.updateScript = nix-update-script {
|
||||
extraArgs = [ "--version=branch" ];
|
||||
|
|
Loading…
Reference in a new issue