guix-commits
[Top][All Lists]
Advanced

[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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]