1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-27 04:30:32 +02:00

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 <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves
2026-03-16 14:01:36 +01:00
committed by Sharlatan Hellseher
parent af95e6cc1f
commit d6647bd4f6

View File

@@ -3963,10 +3963,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 _