guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 7cde032277320d8f01e06ffbd299612d565c3ee4
Author: Nicolas Graves <[email protected]>
AuthorDate: Mon Mar 16 13:53:24 2026 +0100
gnu: python-cooler: Drop phase 'fix-pytest-config.
* gnu/packages/bioinformatics.scm (python-cooler)[arguments]<#:phases>:
Drop phase 'fix-pytest-config.
Change-Id: Iddad5557655691c11ded0f0a20b1f23b7791b896
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/bioinformatics.scm | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 902f838be0..7dd00aa0fe 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -20356,13 +20356,7 @@ fasta subsequences.")
" and not test_roundtrip"
;; This test depends on ipytree, which contains a lot of
;; minified JavaScript.
- " and not test_print_trees"))
- #:phases
- #~(modify-phases %standard-phases
- (add-after 'unpack 'fix-pytest-config
- (lambda _
- (substitute* "pyproject.toml"
- ((".*--cov.*") "")))))))
+ " and not test_print_trees"))))
(native-inputs
(list python-hatchling
python-pytest))