From 40392c48298f1ef8955511f9047b965d1bcf2fdc Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Mon, 16 Mar 2026 14:04:15 +0100 Subject: [PATCH] gnu: python-elastic-transport: Drop phase 'fix-pytest-config. * gnu/packages/python-web.scm (python-elastic-transport) [arguments]<#:phases>: Drop phase 'fix-pytest-config. Change-Id: I70ea2632e8b43fdd3d81a3985a09c2fd187e375a Signed-off-by: Sharlatan Hellseher --- gnu/packages/python-web.scm | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index d45574d4b2..e43813890c 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -8486,14 +8486,7 @@ jspacker or CSS tidy. It also supports URL rewriting in CSS files.") #~(list "-k" (string-append "not .badssl.com" - " and not test_assert_fingerprint_in_cert_chain_failure")) - #:phases - #~(modify-phases %standard-phases - (add-after 'unpack 'fix-pytest-config - (lambda _ - ;; Drop test coverage requirements. - (substitute* "setup.cfg" - (("--cov(-[^ ]*)?=[^ ]*") "\n"))))))) + " and not test_assert_fingerprint_in_cert_chain_failure")))) (propagated-inputs (list python-certifi python-urllib3)) (native-inputs (list nss-certs-for-test python-aiohttp