[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
85/299: gnu: cwltool: Patch tox.ini.
From: |
guix-commits |
Subject: |
85/299: gnu: cwltool: Patch tox.ini. |
Date: |
Mon, 13 Jan 2025 15:18:04 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 9d0a65e32f045c80e798331eef6e624bd6dce2e0
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Dec 27 22:25:20 2024 +0100
gnu: cwltool: Patch tox.ini.
* gnu/packages/bioinformatics.scm (cwltool)[arguments]: Rename 'modify-tests
to 'patch-tests; add patch of tox.ini.
Change-Id: I2c90a8803e7eb1153cb4c7cc5b683875627c57f1
---
gnu/packages/bioinformatics.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 61474f7057..b80fae53f0 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6214,8 +6214,10 @@ documents.")
(substitute* "setup.py"
(("use_scm_version=True")
(string-append "version=\"" #$version "\"")))))
- (add-after 'unpack 'modify-tests
+ (add-after 'unpack 'patch-tests
(lambda _
+ (substitute* "tox.ini"
+ (("-n auto") ""))
(substitute* '("tests/subgraph/env-tool2.cwl"
"tests/subgraph/env-tool2_req.cwl"
"tests/subgraph/env-wf2_subwf-packed.cwl"
- 24/299: gnu: Add python-devpi-process., (continued)
- 24/299: gnu: Add python-devpi-process., guix-commits, 2025/01/13
- 26/299: gnu: python-webcolors: Update to 24.11.1., guix-commits, 2025/01/13
- 27/299: gnu: python-biom-format: Use pyproject-build-system., guix-commits, 2025/01/13
- 31/299: gnu: python-chardet: Update to 5.2.0., guix-commits, 2025/01/13
- 36/299: gnu: python-waitress: Update to 3.0.2., guix-commits, 2025/01/13
- 42/299: gnu: python-pydantic: Fix build., guix-commits, 2025/01/13
- 55/299: gnu: python-eventlet: Update to 0.38.2., guix-commits, 2025/01/13
- 54/299: gnu: python-gevent: Update to 24.11.1., guix-commits, 2025/01/13
- 61/299: gnu: python-pydevd: Avoid test failures due to greendns., guix-commits, 2025/01/13
- 74/299: gnu: fava: Update to 1.27., guix-commits, 2025/01/13
- 85/299: gnu: cwltool: Patch tox.ini.,
guix-commits <=
- 89/299: gnu: python-pyopenssl: Update to 24.3.0., guix-commits, 2025/01/13
- 92/299: gnu: python-dnspython: Disable ECDSA tests., guix-commits, 2025/01/13
- 07/299: gnu: python-cachetools: Update to 5.5.0., guix-commits, 2025/01/13
- 13/299: gnu: python-scikit-build-core: Update to 0.10.7., guix-commits, 2025/01/13
- 15/299: gnu: python-numcodecs: Update to 0.13.1., guix-commits, 2025/01/13
- 16/299: gnu: Add python-repoze-lru., guix-commits, 2025/01/13
- 22/299: gnu: Add python-devpi-server., guix-commits, 2025/01/13
- 01/299: gnu: python-msgspec: Update to 0.18.6., guix-commits, 2025/01/13
- 02/299: gnu: python-cattrs: Update to 24.1.2., guix-commits, 2025/01/13
- 04/299: gnu: python-bokeh: Fix build., guix-commits, 2025/01/13