mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
pythonPackages.cython: run tests in parallel (#43393)
This commit is contained in:
parent
0a18bec139
commit
c583bfbf80
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ in buildPythonPackage rec {
|
|||
|
||||
checkPhase = ''
|
||||
export HOME="$NIX_BUILD_TOP"
|
||||
${python.interpreter} runtests.py \
|
||||
${python.interpreter} runtests.py -j$NIX_BUILD_CORES \
|
||||
${stdenv.lib.optionalString (builtins.length excludedTests != 0)
|
||||
''--exclude="(${builtins.concatStringsSep "|" excludedTests})"''}
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue