From f26a1d187b2e77228da3d41fda2a15bfc547ed5e Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Mon, 16 Mar 2026 14:06:33 +0100 Subject: [PATCH] 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 --- gnu/packages/python-web.scm | 8 -------- 1 file changed, 8 deletions(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 766ebefa69..251fa0a5a3 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -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