guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit c016a5f3a9930427c50ecb68bd2239aa7ca6af59
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 f75098e37d..89648b1f83 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?