diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-03-16 13:52:15 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-18 14:36:18 +0100 |
| commit | d41c1acb59a2bbc5dfd76504229317cc7028d6a3 (patch) | |
| tree | be7015034c9955740cb67c2ff78a84ae9212c68c /gnu | |
| parent | f640bb7c814f02dae84f88b666a30152ec9c116b (diff) | |
gnu: gdc-client: Drop phase 'fix-pytest-config.
* gnu/packages/bioinformatics.scm (gdc-client)[arguments]<#:phases>:
Drop phase 'fix-pytest-config.
Change-Id: I12f5dd5306a4c6d562d03b48837bf4bc1ae8ddda
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index a1ba6c8d66..a194564521 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -14232,11 +14232,7 @@ quality control are provided.") (lambda _ (substitute* "setup.cfg" (("intervaltree~=3.0.2") "intervaltree") - (("termcolor~=1.1.0") "termcolor")))) - (add-after 'unpack 'fix-pytest-config - (lambda _ - (substitute* "pyproject.toml" - ((" --cov=gdc_client --cov-report term") ""))))))) + (("termcolor~=1.1.0") "termcolor"))))))) (native-inputs (list python-flask python-httmock |
