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

gnu: python-respx: Drop phase 'fix-pytest-config.

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

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

View File

@@ -4546,18 +4546,6 @@ simpler.")
(sha256
(base32 "0pl6vlyva837bnz3cy9mwmvvh8fq943rkrbq3mzj34bjf8swnw2g"))))
(build-system pyproject-build-system)
(arguments
(list
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'fix-pytest-config
(lambda _
;; Drop test coverage requirements.
(substitute* "setup.cfg"
(("--cov(-[^ ]*)?=[^ ]*")
"\n")
(("--cov-fail-under [^ ]*")
"\n")))))))
(propagated-inputs (list python-httpx))
(native-inputs (list nss-certs-for-test
python-starlette