mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
unittestCheckHook: handle unittestFlagsArray __structuredAttrs
-agnostically
Take unittestFlags as the new and conforming interface. Keep unittestFlagsArray as is.
This commit is contained in:
parent
76f6a3b292
commit
1e8f39148a
3 changed files with 13 additions and 2 deletions
|
@ -1433,7 +1433,7 @@ automatically add `pythonRelaxDepsHook` if either `pythonRelaxDeps` or
|
|||
unittestCheckHook
|
||||
];
|
||||
|
||||
unittestFlagsArray = [
|
||||
unittestFlags = [
|
||||
"-s" "tests" "-v"
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue