mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
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 = [
|
||||
"--numprocesses" "auto"
|
||||
"--numprocesses" "$NIX_BUILD_CORES"
|
||||
];
|
||||
|
||||
preCheck = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue