1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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 <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves
2026-02-11 01:44:06 +01:00
committed by Sharlatan Hellseher
parent 0a5849cb47
commit 4148c2d4bb

View File

@@ -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))