guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 3f2ea327a808fdf88d56210ca3d9674df183d651
Author: Nicolas Graves <[email protected]>
AuthorDate: Mon Mar 16 13:58:49 2026 +0100
gnu: conda-bootstrap: Drop phase 'fix-pytest-config.
* gnu/packages/package-management.scm (conda-bootstrap)[arguments]
<#:phases>: Drop phase 'fix-pytest-config.
Change-Id: I6d0cc7c38313e97ff6224998b4554a133932651f
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/package-management.scm | 4 ----
1 file changed, 4 deletions(-)
diff --git a/gnu/packages/package-management.scm
b/gnu/packages/package-management.scm
index bc89d114ed..fbe84f4f2b 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -1534,10 +1534,6 @@ manage (install/update) them for you.")
" and not "))
#:phases
#~(modify-phases %standard-phases
- (add-after 'unpack 'fix-pytest-config
- (lambda _
- (substitute* "pyproject.toml"
- (("--cov.*") ""))))
(add-after 'unpack 'correct-python-executable-name
(lambda _
(let ((python #$(this-package-input "python-wrapper")))