From 2ef021249f38ebec0960856d82f20cdcf70bca97 Mon Sep 17 00:00:00 2001 From: Ghislain Vaillant Date: Fri, 28 Aug 2026 09:28:21 +0200 Subject: python-xyz: python-json-tricks: Fix build. * guix-science/packages/python-xyz.scm (python-json-tricks) [arguments]<#:phases>: Ignore tests incompatible with Pandas 3. --- guix-science/packages/python-xyz.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/guix-science/packages/python-xyz.scm b/guix-science/packages/python-xyz.scm index 2f3b124..802ec88 100644 --- a/guix-science/packages/python-xyz.scm +++ b/guix-science/packages/python-xyz.scm @@ -974,7 +974,10 @@ Key features: ;; Yields "TypeError: exceptions must be derived from Warning, ;; not ". "--deselect=tests/test_bare.py::test_ignore_comments_deprecation" - "--deselect=tests/test_np.py::test_compact_mode_unspecified"))) + "--deselect=tests/test_np.py::test_compact_mode_unspecified" + ;; Incompatible with Pandas 3, should be fixed in next release, + ;; see . + "--deselect=tests/test_pandas.py::test_pandas_series"))) (native-inputs (list python-numpy python-pandas python-pytest python-pytz python-setuptools)) (home-page "https://github.com/mverleg/pyjson_tricks") -- cgit v1.2.3