From e2a5cd6332ecb8825fd301703ff948e4668c853d Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Mon, 16 Mar 2026 14:02:22 +0100 Subject: 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 --- gnu/packages/python-science.scm | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'gnu/packages/python-science.scm') diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index d696aaf2f3..a7dcbc2954 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -5357,13 +5357,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)) -- cgit v1.3