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
This commit is contained in:
Ricardo Wurmus 2024-12-27 22:25:20 +01:00
parent ae0efdd3ec
commit 74e9204087
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6218,8 +6218,10 @@ (define-public cwltool
(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"