guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit c631c16d625a45f5e027e5ecbfd8efdb8b51c846
Author: Nicolas Graves <[email protected]>
AuthorDate: Mon Mar 16 13:54:08 2026 +0100
gnu: python-graphviz: Refresh phase 'fix-pytest-config.
* gnu/packages/bioinformatics.scm (python-graphviz)[arguments]
<#:phases>: Drop phase 'fix-pytest-config.
Change-Id: Ifbe98cc5a16da38bfac388a37c0cb5c2e7ffb78d
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/graphviz.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm
index 968c596977..f5bf7a4c5a 100644
--- a/gnu/packages/graphviz.scm
+++ b/gnu/packages/graphviz.scm
@@ -167,8 +167,7 @@ interfaces for other technical domains.")
(add-after 'unpack 'patch-pytest-options
(lambda _
(substitute* "setup.cfg"
- ((".*doctest.*") "")
- (("--cov.*") ""))))
+ ((".*doctest.*") ""))))
(replace 'check
(lambda* (#:key tests? test-flags #:allow-other-keys)
(when tests?