mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
memtree: fix imports check
This commit is contained in:
parent
47bca5bb02
commit
cfb1ae4e7b
@ -31,7 +31,7 @@ python3Packages.buildPythonApplication {
|
||||
];
|
||||
|
||||
pytestFlagsArray = [ "-v" ];
|
||||
pythonImportChecks = [ "memtree" ];
|
||||
pythonImportsCheck = [ "memtree" ];
|
||||
|
||||
passthru.updateScript = nix-update-script {
|
||||
extraArgs = [ "--version=branch" ];
|
||||
|
Loading…
Reference in New Issue
Block a user