mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-07-06 12:04:04 +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:
committed by
Sharlatan Hellseher
parent
d0d1272e44
commit
6c462b3c5a
@@ -1086,13 +1086,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))
|
||||
|
||||
Reference in New Issue
Block a user