summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-08-03 21:19:21 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-08-08 23:02:28 +0100
commit71a35a1ad8badc3df02b8f390364f7918fa95401 (patch)
tree3776650adc3885bb339a62f368e3cf448aee86a4 /gnu
parent13c5b57fd02ffeaeb98235c4d62a8deb939db2f0 (diff)
gnu: python-pingouin: Update to 0.6.1.
* gnu/packages/python-science.scm (python-pingouin): Update to 0.6.1. [arguments]{test-flags}: Refresh them. Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-science.scm14
1 files changed, 7 insertions, 7 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 0ab894aecbf..4d4390e53ae 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -5738,7 +5738,7 @@ of Pandas
5738(define-public python-pingouin 5738(define-public python-pingouin
5739 (package 5739 (package
5740 (name "python-pingouin") 5740 (name "python-pingouin")
5741 (version "0.5.5") 5741 (version "0.6.1")
5742 (source 5742 (source
5743 (origin 5743 (origin
5744 (method git-fetch) 5744 (method git-fetch)
@@ -5747,17 +5747,17 @@ of Pandas
5747 (commit (string-append "v" version)))) 5747 (commit (string-append "v" version))))
5748 (file-name (git-file-name name version)) 5748 (file-name (git-file-name name version))
5749 (sha256 5749 (sha256
5750 (base32 5750 (base32 "14hxs2w51qgg67kqkxpy02kd4q8gb7vayj85kcp8qvda1q1xasfv"))))
5751 "0i3yzdlj08di3mzi69ci57jm5myl123hp8c5vn1g35k77m4zpgvd"))))
5752 (build-system pyproject-build-system) 5751 (build-system pyproject-build-system)
5753 (arguments 5752 (arguments
5754 (list 5753 (list
5755 ;; tests: 85 passed, 3 deselected, 43 warnings 5754 ;; tests: 85 passed, 3 deselected, 43 warnings
5756 #:test-flags 5755 #:test-flags
5757 ;; AssertionError: Arrays are not equal 5756 #~(list
5758 #~(list "--deselect=tests/test_pairwise.py::TestPairwise::test_pairwise_tests" 5757 ;; These tests failed with the python-pandas update.
5759 ;; AssertionError: assert False 5758 "--deselect=tests/test_parametric.py::TestParametric::test_ancova"
5760 "--deselect=tests/test_power.py::TestPower::test_power_ttest"))) 5759 "--deselect=tests/test_parametric.py::TestParametric::test_anova"
5760 "--deselect=tests/test_pandas.py::TestParametric::test_pandas")))
5761 (native-inputs 5761 (native-inputs
5762 (list python-pytest 5762 (list python-pytest
5763 python-setuptools)) 5763 python-setuptools))