python3Packages.ansible-lint: limit xdist cores to NIX_BUILD_CORES
This commit is contained in:
parent
5030bcc563
commit
e3bb91c48b
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ buildPythonPackage rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
pytestFlagsArray = [
|
pytestFlagsArray = [
|
||||||
"--numprocesses" "auto"
|
"--numprocesses" "$NIX_BUILD_CORES"
|
||||||
];
|
];
|
||||||
|
|
||||||
preCheck = ''
|
preCheck = ''
|
||||||
|
|
Loading…
Reference in a new issue