1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 14:55:55 +02:00

gnu: python-pyramid-mako: Drop phase 'fix-pytest-config.

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

Change-Id: I341da9eecf6078a6aa175f3884b0d15fbfec7c96
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves
2026-03-16 14:06:17 +01:00
committed by Sharlatan Hellseher
parent 45aac4919d
commit ea9926e564
-8
View File
@@ -10862,14 +10862,6 @@ Pyramid web framework.")
(sha256
(base32 "0v0571z2gby4apsalkdk83gs0d5mw79d56518h3bwwxzbq32kkns"))))
(build-system pyproject-build-system)
(arguments
(list
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'fix-pytest-config
(lambda _
(substitute* "pyproject.toml"
((" --cov --cov-report=term-missing") "")))))))
(native-inputs
(list python-pytest
python-setuptools))