guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit a780dc823f8b7e0f09443a7a50bf80b4b203fb3e
Author: Nicolas Graves <[email protected]>
AuthorDate: Sun Feb 8 12:51:52 2026 +0100
gnu: python-cftime: Cleanup python-pytest-cov removal.
* gnu/packages/python-xyz.scm (python-cftime):
[arguments]<#:phases>: Drop them.
Change-Id: I25c102e09412686ff26ffeae18128b5cce4cc251
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-xyz.scm | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b563f00b62..dd2603504b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5766,16 +5766,6 @@ Unicode-to-LaTeX conversion.")
(sha256
(base32 "07p8s5a0xacn404x6l0i04q1gz2h0h9m5azbhdvbhgxlp7bgw9c2"))))
(build-system pyproject-build-system)
- (arguments
- (list #:phases
- #~(modify-phases %standard-phases
- (add-after 'unpack 'remove-unwanted-pytest-options
- (lambda _
- (substitute* "setup.cfg"
- (("doctest_optionflags.*")
- "")
- (("--cov.*")
- "")))))))
(propagated-inputs
(list python-numpy))
(native-inputs