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

gnu: python-dcor: Use option override.

* gnu/packages/statistics.scm (python-dcor)[arguments]
<#:phases>: Drop them.
<#:test-flags>: Use option override.

Change-Id: Ie5598a081e892074c4b5a794fa1ea3b184686057
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves
2026-02-12 11:28:59 +01:00
committed by Sharlatan Hellseher
parent 088b9f39ca
commit 23c5d19ef8

View File

@@ -681,13 +681,8 @@ and a lot more.")
(build-system pyproject-build-system)
(arguments
(list
#:phases
#~(modify-phases %standard-phases
;; doctests require NumPy1.
(add-after 'unpack 'remove-doctests
(lambda _
(substitute* "setup.cfg"
(("addopts.*") "")))))))
;; doctests require NumPy1.
#:test-flags #~(list "-o" "addopts=''")))
(native-inputs
(list python-array-api-strict
python-pytest