guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit ac1882c86734e85152d390947df5d0250bfb8447
Author: Nicolas Graves <[email protected]>
AuthorDate: Wed Feb 11 01:44:06 2026 +0100
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 <[email protected]>
---
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 9998995a53..2bd88e6557 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))