1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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

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

Change-Id: I44cca8be5ca12925df3b70d2265331b2c7337320
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves
2026-03-16 14:06:33 +01:00
committed by Sharlatan Hellseher
parent ea9926e564
commit f26a1d187b

View File

@@ -10912,14 +10912,6 @@ error conditions before indicating a failure to the client.")
(sha256
(base32 "173hg16hldfh5n3mn482xx64nldk308dzri31jd0qa4528cx4j41"))))
(build-system pyproject-build-system)
(arguments
(list
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'fix-pytest-config
(lambda _
(substitute* "setup.cfg"
((" --cov") "")))))))
(native-inputs
(list python-pytest
python-setuptools