diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-03-16 14:02:22 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-18 14:36:19 +0100 |
| commit | e2a5cd6332ecb8825fd301703ff948e4668c853d (patch) | |
| tree | 61c18559d48a42fcb0fcaa8ea6a4ad719bcfdc61 /gnu/packages/python-science.scm | |
| parent | fd2164eb98dd1165499a0a98980ac95163a329ae (diff) | |
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-science.scm')
| -rw-r--r-- | gnu/packages/python-science.scm | 8 |
1 files changed, 1 insertions, 7 deletions
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)) |
