1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-29 21:41:15 +02:00

gnu: python-conda-content-trust: Drop phase 'fix-pytest-config.

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

Change-Id: I1e613f9f52c2c004b7b64115d1288a75c051c03c
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves
2026-03-16 14:08:25 +01:00
committed by Sharlatan Hellseher
parent ca8c84a4c0
commit b5fc5c2289

View File

@@ -776,13 +776,7 @@ templates language.")
test))
(list "test_sign_root_metadata_dict_via_gpg"
"test_sign_root_metadata_via_gpg"
"test_gpg_pubkey_in_ssl_format")))
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'fix-pytest-config
(lambda _
(substitute* "setup.cfg"
(("--cov.*") "")))))))
"test_gpg_pubkey_in_ssl_format")))))
(native-inputs
(list python-hatch-vcs
python-hatchling