mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: python-codespell: Drop phase 'fix-pytest-config.
* gnu/packages/python-xyz.scm (python-codespell)[arguments] <#:phases>: Drop phase 'fix-pytest-config. Change-Id: Ic2287d6aa5e1dab0da960e0912ef363a33f9c088 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
07b4ff2106
commit
a70726556e
@@ -20793,16 +20793,6 @@ for solving the Assignment Problem.")
|
||||
(sha256
|
||||
(base32 "07s72zfxkznigqdc23k7jp9saq0hgq0gf2kjmmxzcrayyw87s31n"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'fix-pytest-config
|
||||
(lambda _
|
||||
;; Drop test coverage requirements.
|
||||
(substitute* "pyproject.toml"
|
||||
(("\"--cov=codespell_lib\",") "")
|
||||
(("\"--cov-report=\",") "")))))))
|
||||
(native-inputs
|
||||
(list python-pygments
|
||||
python-pytest
|
||||
|
||||
Reference in New Issue
Block a user