summaryrefslogtreecommitdiff
path: root/gnu/packages/python-science.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-08-04 10:36:01 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-08-08 23:02:31 +0100
commitbba7c079e66ed33d1463eca6dcad1716e874275f (patch)
tree40468a137c20e9e046ab51727bae3c3537e53426 /gnu/packages/python-science.scm
parente529df46558f63a47edddcc3ba28024efd3c74b9 (diff)
gnu: python-pyjanitor: Update to 0.32.23.
* gnu/packages/python-science.scm (python-pyjanitor): Update to 0.32.23. [arguments]{test-flags}: Ignore flaky test. [propagated-inputs]: Add python-janitor-rs. Merges: guix/guix!10392 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-science.scm')
-rw-r--r--gnu/packages/python-science.scm9
1 files changed, 6 insertions, 3 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index a32e0459b34..ac2038c3a02 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -4824,7 +4824,7 @@ production-critical data pipelines or reproducible research settings. With
4824(define-public python-pyjanitor 4824(define-public python-pyjanitor
4825 (package 4825 (package
4826 (name "python-pyjanitor") 4826 (name "python-pyjanitor")
4827 (version "0.32.5") 4827 (version "0.32.23")
4828 (source 4828 (source
4829 (origin 4829 (origin
4830 (method git-fetch) 4830 (method git-fetch)
@@ -4833,7 +4833,7 @@ production-critical data pipelines or reproducible research settings. With
4833 (commit (string-append "v" version)))) 4833 (commit (string-append "v" version))))
4834 (file-name (git-file-name name version)) 4834 (file-name (git-file-name name version))
4835 (sha256 4835 (sha256
4836 (base32 "058w2mq42v55xkqv3cvxry53sj2qh1v64ad4gc5qb8a3is453a07")))) 4836 (base32 "1mvgabsn5jl2aidh2mcqdmh60p2g514nb5sxwskhz1q57pk4m0w9"))))
4837 (build-system pyproject-build-system) 4837 (build-system pyproject-build-system)
4838 ;; Pyjanitor has an extensive test suite. For quick debugging, the tests 4838 ;; Pyjanitor has an extensive test suite. For quick debugging, the tests
4839 ;; marked turtle can be skipped using "-m" "not turtle". 4839 ;; marked turtle can be skipped using "-m" "not turtle".
@@ -4853,6 +4853,8 @@ production-critical data pipelines or reproducible research settings. With
4853 "--ignore=tests/polars/" 4853 "--ignore=tests/polars/"
4854 ;; PySpark has not been packaged yet. 4854 ;; PySpark has not been packaged yet.
4855 "--ignore=tests/spark/" 4855 "--ignore=tests/spark/"
4856 ;; Flaky test (fails for performance reasons)
4857 "--deselect=tests/math/test_ecdf.py::test_ecdf_string"
4856 ;; Tries to connect to the internet. 4858 ;; Tries to connect to the internet.
4857 "-k" (string-append "not test_is_connected" 4859 "-k" (string-append "not test_is_connected"
4858 ;; Test files are not included. 4860 ;; Test files are not included.
@@ -4871,7 +4873,8 @@ production-critical data pipelines or reproducible research settings. With
4871 ;; Some tests are skipped if the JANITOR_CI_MACHINE 4873 ;; Some tests are skipped if the JANITOR_CI_MACHINE
4872 ;; variable is not set. 4874 ;; variable is not set.
4873 (setenv "JANITOR_CI_MACHINE" "1")))))) 4875 (setenv "JANITOR_CI_MACHINE" "1"))))))
4874 (propagated-inputs (list python-multipledispatch 4876 (propagated-inputs (list python-janitor-rs
4877 python-multipledispatch
4875 python-natsort 4878 python-natsort
4876 python-pandas-flavor 4879 python-pandas-flavor
4877 python-scipy 4880 python-scipy