mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-07-07 02:34:08 +02:00
gnu: python-venusian: Drop phase 'fix-pytest-config.
* gnu/packages/python-web.scm (python-venusian)[arguments] <#:phases>: Drop phase 'fix-pytest-config. Change-Id: I6f4b2ff1d387e302d0041da334e82c9d3f0ff717 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
81a7f0a07a
commit
ad5d580dad
@@ -10727,14 +10727,6 @@ language-neutral coding interface compatible with all major web browsers.")))
|
||||
(sha256
|
||||
(base32 "0h8cdwx5x6i1ydc9s0hxwvy73l6iwlqijn2l77mq74k6anrv6ksk"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'fix-pytest-config
|
||||
(lambda _
|
||||
(substitute* "setup.cfg"
|
||||
(("--cov --cov-report=term-missing ") "")))))))
|
||||
(native-inputs
|
||||
(list python-pytest
|
||||
python-setuptools))
|
||||
|
||||
Reference in New Issue
Block a user