From 4148c2d4bbd758e32ea3dc79c96cb473bcaba5bd Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Wed, 11 Feb 2026 01:44:06 +0100 Subject: [PATCH] gnu: python-distributed: Drop phase 'fix-pytest-config. * gnu/packages/python-science.scm (python-distributed)[arguments] <#:phases>: Drop phase 'fix-pytest-config. Change-Id: Id5312389fdca9f9a456163d649084ef69e1d6a33 Signed-off-by: Sharlatan Hellseher --- gnu/packages/python-science.scm | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 1ce0829a75..63d9f38901 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -1085,13 +1085,7 @@ interoperability offered by HDF5.") ;; TODO: Test suite requires networking for most of the tests or special ;; care, find a way to enable some unit tests, see: ;; <.github/workflows/tests.yaml>. - #:tests? #f - #:phases - #~(modify-phases %standard-phases - (add-after 'unpack 'fix-pytest-config - (lambda _ - (substitute* "pyproject.toml" - (("--cov-config.*") ""))))))) + #:tests? #f)) (native-inputs (list python-setuptools python-setuptools-scm-next))