1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-24 22:54:06 +02:00

gnu: python-scikit-misc: Drop phase 'fix-pytest-config.

* gnu/packages/python-science.scm (python-scikit-misc)[arguments]
<#:phases>: Drop phase 'fix-pytest-config.

Change-Id: Ic828d3d3d645b8e87c6ad50ed08008a9a6987372
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves
2026-03-16 14:01:09 +01:00
committed by Sharlatan Hellseher
parent 3dec13b1e6
commit df4bccfb55
-5
View File
@@ -3212,11 +3212,6 @@ logic, also known as grey logic.")
'(list "--pyargs" "skmisc")
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'fix-pytest-config
(lambda _
;; Drop test coverage requirements.
(substitute* "pyproject.toml"
(("--cov(-[^ ]*)?=[^ ]*") ""))))
(add-after 'unpack 'fix-version
(lambda _
(call-with-output-file "skmisc/_version.py"