1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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 <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves
2026-02-08 12:51:52 +01:00
committed by Sharlatan Hellseher
parent e27f96d587
commit 308491b20a

View File

@@ -5906,16 +5906,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