mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-11 07:30:38 +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:
committed by
Sharlatan Hellseher
parent
907791f439
commit
af95e6cc1f
@@ -3150,11 +3150,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"
|
||||
|
||||
Reference in New Issue
Block a user