From ebab4423a8a041abbb1f2c607396fa9a3fa18269 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Mon, 16 Mar 2026 14:01:36 +0100 Subject: [PATCH] gnu: python-tspex: Drop phase 'fix-pytest-config. * gnu/packages/python-science.scm (python-tspex)[arguments] <#:phases>: Drop phase 'fix-pytest-config. Change-Id: I41624e1f8dd044e25408b445b28759d8d52d62e4 Signed-off-by: Sharlatan Hellseher --- gnu/packages/python-science.scm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index cbc5e305520..5a59f229bbc 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -4036,10 +4036,6 @@ library.") (list #:phases #~(modify-phases %standard-phases - (add-after 'unpack 'remove-coverage - (lambda _ - (substitute* "pytest.ini" - (("--cov.*") "")))) ;; The seaborn styles have different names. (add-after 'unpack 'fix-seaborn (lambda _