gnu: python-botocore: Limit number of parallel test workers. With 16 test workers the workers sometimes crash. * gnu/packages/python-xyz.scm (python-botocore)[arguments]: Use at most eight test workers. Change-Id: I8f752e7df576a47b8459c63d99d420d72861695d
1 files changed, 1 insertions(+), 1 deletions(-) M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +1 -1
@@ 20272,7 20272,7 @@ browser from Python.") (arguments (list #:test-flags #~(list "--numprocesses" (number->string (parallel-job-count)) #~(list "--numprocesses" (number->string (min (parallel-job-count) 8)) ;; It strugles to find 'botocore'. "--ignore" "tests/functional/leak/test_resource_leaks.py" ;; Tests require networking.