diff options
| author | volth <volth@webmaster.ms> | 2018-07-12 08:08:06 +0000 |
|---|---|---|
| committer | Robert Schütz <rschuetz17@gmail.com> | 2018-07-12 10:08:06 +0200 |
| commit | c583bfbf80c05fcb2eb02a7885ad88f77bfa151d (patch) | |
| tree | 1b09863bc36ba5bdff40bba437a1f6c5a8a3a776 /pkgs/development/python-modules/Cython | |
| parent | 0a18bec139802eaadcca1aa4211610267ea768c5 (diff) | |
pythonPackages.cython: run tests in parallel (#43393)
Diffstat (limited to 'pkgs/development/python-modules/Cython')
| -rw-r--r-- | pkgs/development/python-modules/Cython/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/Cython/default.nix b/pkgs/development/python-modules/Cython/default.nix index 1c391d3495dd..124e8b80ba02 100644 --- a/pkgs/development/python-modules/Cython/default.nix +++ b/pkgs/development/python-modules/Cython/default.nix @@ -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})"''} ''; |
