guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 3d3a004f773e763b94d52735ebdf9bc3b395be5e
Author: Nicolas Graves <[email protected]>
AuthorDate: Mon Mar 16 14:02:22 2026 +0100
gnu: python-pingouin: Drop phase 'fix-pytest-config.
* gnu/packages/python-science.scm (python-pingouin)[arguments]
<#:phases>: Drop phase 'fix-pytest-config.
Change-Id: Ieadcbabed58f87ae3e5a4d54e158bfa6d8b322a2
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 278fc99946..d60e2c8692 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -5217,13 +5217,7 @@ of Pandas
;; AssertionError: Arrays are not equal
#~(list
"--deselect=tests/test_pairwise.py::TestPairwise::test_pairwise_tests"
;; AssertionError: assert False
- "--deselect=tests/test_power.py::TestPower::test_power_ttest")
- #:phases
- #~(modify-phases %standard-phases
- (add-after 'unpack 'fix-pytest-config
- (lambda _
- (substitute* "pyproject.toml"
- ((" --cov") "")))))))
+ "--deselect=tests/test_power.py::TestPower::test_power_ttest")))
(native-inputs
(list python-pytest
python-setuptools))