1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-04 20:24:05 +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 df4bccfb55
commit ebab4423a8
-4
View File
@@ -4036,10 +4036,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 _