diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-03-16 14:02:22 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-24 10:14:37 +0100 |
| commit | aab86e7acf18bc13266be0f53b7c9d0b896906e0 (patch) | |
| tree | b8dbbfeea59917df23b05c582a6f61b6f41adc8f /gnu/packages/python-science.scm | |
| parent | ebab4423a8a041abbb1f2c607396fa9a3fa18269 (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 5a59f229bbc..dba4a07b750 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm | |||
| @@ -5368,13 +5368,7 @@ of Pandas | |||
| 5368 | ;; AssertionError: Arrays are not equal | 5368 | ;; AssertionError: Arrays are not equal |
| 5369 | #~(list "--deselect=tests/test_pairwise.py::TestPairwise::test_pairwise_tests" | 5369 | #~(list "--deselect=tests/test_pairwise.py::TestPairwise::test_pairwise_tests" |
| 5370 | ;; AssertionError: assert False | 5370 | ;; AssertionError: assert False |
| 5371 | "--deselect=tests/test_power.py::TestPower::test_power_ttest") | 5371 | "--deselect=tests/test_power.py::TestPower::test_power_ttest"))) |
| 5372 | #:phases | ||
| 5373 | #~(modify-phases %standard-phases | ||
| 5374 | (add-after 'unpack 'fix-pytest-config | ||
| 5375 | (lambda _ | ||
| 5376 | (substitute* "pyproject.toml" | ||
| 5377 | ((" --cov") ""))))))) | ||
| 5378 | (native-inputs | 5372 | (native-inputs |
| 5379 | (list python-pytest | 5373 | (list python-pytest |
| 5380 | python-setuptools)) | 5374 | python-setuptools)) |
