[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
119/213: gnu: python-botocore: Limit number of parallel test workers.
From: |
guix-commits |
Subject: |
119/213: gnu: python-botocore: Limit number of parallel test workers. |
Date: |
Fri, 10 Jan 2025 10:43:04 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 23d3c9f96439747d1698a66a792d50a3b0e41319
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jan 2 18:25:26 2025 +0100
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
---
gnu/packages/python-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 65f5b53cbc..ae5454d712 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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.
- 182/213: gnu: python-flask-assets: Update to 2.1.0-1.62efd23., (continued)
- 182/213: gnu: python-flask-assets: Update to 2.1.0-1.62efd23., guix-commits, 2025/01/10
- 212/213: gnu: python-voila: Update to 0.5.8., guix-commits, 2025/01/10
- 72/213: gnu: Add python-types-simplejson., guix-commits, 2025/01/10
- 89/213: gnu: python-pyopenssl: Update to 24.3.0., guix-commits, 2025/01/10
- 91/213: gnu: python-trio-typing: Update to 0.10.0., guix-commits, 2025/01/10
- 124/213: gnu: python-dnspython-1.16: Add missing inputs., guix-commits, 2025/01/10
- 167/213: gnu: Remove python-starlette-for-fastapi-0.88., guix-commits, 2025/01/10
- 113/213: gnu: python-cattrs: Disable additional failing tests., guix-commits, 2025/01/10
- 114/213: gnu: python-anyio: Remove old version of dataclasses., guix-commits, 2025/01/10
- 118/213: gnu: python-astral: Remove old version of dataclasses., guix-commits, 2025/01/10
- 119/213: gnu: python-botocore: Limit number of parallel test workers.,
guix-commits <=
- 120/213: gnu: python-botocore: Update to 1.35.90., guix-commits, 2025/01/10
- 121/213: gnu: python-pyvisa: Update to 1.14.1., guix-commits, 2025/01/10
- 154/213: gnu: Add python-rich-toolkit., guix-commits, 2025/01/10
- 152/213: gnu: python-pydantic-core: Update to 2.27.2., guix-commits, 2025/01/10
- 160/213: gnu: python-pytorch-lightning: Update to 2.5.0.post0., guix-commits, 2025/01/10
- 172/213: gnu: python-fastapi-pagination-minimal: Update to 0.12.34., guix-commits, 2025/01/10
- 178/213: gnu: python-flask-htpasswd: Update to 0.5.0., guix-commits, 2025/01/10
- 177/213: gnu: python-scanpy: Update to 1.10.4., guix-commits, 2025/01/10
- 180/213: gnu: Remove python-flask-basicauth., guix-commits, 2025/01/10
- 190/213: gnu: python-mizani: Add missing input., guix-commits, 2025/01/10