GNU bug report logs - #73305
[PATCH 1/2] gnu: python-pycurl: Fix build by running the tests single-threaded.

Previous Next

Package: guix-patches;

Reported by: attila.lendvai <at> gmail.com

Date: Mon, 16 Sep 2024 20:55:01 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 73305 <at> debbugs.gnu.org
Subject: [bug#73305] [PATCH 1/2] gnu: python-pycurl: Fix build by running the tests single-threaded.
Date: Sun, 24 Nov 2024 14:28:48 +0000
[Message part 1 (text/plain, inline)]
Hi,

Thanks for reporting that.

I wonder, how did it work in place first place as "-n" was "auto" e.g.
all availalbe threads.
--8<---------------cut here---------------start------------->8---
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index c030deeb12..cf3c15857c 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2026,7 +2026,7 @@ Amazon S3 compatible object storage server.")
     (build-system pyproject-build-system)
     (arguments
      '(#:test-flags
-       (list "-n" "auto"
+       (list "--n" (number->string (parallel-job-count))
--8<---------------cut here---------------end--------------->8---

Reviving the patches.

--
Oleg
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 176 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.