summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhislain Vaillant <ghislain.vaillant@inria.fr>2026-08-28 09:28:21 +0200
committerGhislain Vaillant <ghislain.vaillant@inria.fr>2026-08-28 09:41:48 +0200
commit2ef021249f38ebec0960856d82f20cdcf70bca97 (patch)
tree338cf5e1cefbf197540feed25f0bbc920fa9f6eb
parenta93a78b5b18e2b134fa051baf48cf7283667ea45 (diff)
python-xyz: python-json-tricks: Fix build.
* guix-science/packages/python-xyz.scm (python-json-tricks) [arguments]<#:phases>: Ignore tests incompatible with Pandas 3.
-rw-r--r--guix-science/packages/python-xyz.scm5
1 files changed, 4 insertions, 1 deletions
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:
974 ;; Yields "TypeError: exceptions must be derived from Warning, 974 ;; Yields "TypeError: exceptions must be derived from Warning,
975 ;; not <class 'NoneType'>". 975 ;; not <class 'NoneType'>".
976 "--deselect=tests/test_bare.py::test_ignore_comments_deprecation" 976 "--deselect=tests/test_bare.py::test_ignore_comments_deprecation"
977 "--deselect=tests/test_np.py::test_compact_mode_unspecified"))) 977 "--deselect=tests/test_np.py::test_compact_mode_unspecified"
978 ;; Incompatible with Pandas 3, should be fixed in next release,
979 ;; see <https://github.com/mverleg/pyjson_tricks/pull/113>.
980 "--deselect=tests/test_pandas.py::test_pandas_series")))
978 (native-inputs (list python-numpy python-pandas python-pytest python-pytz 981 (native-inputs (list python-numpy python-pandas python-pytest python-pytz
979 python-setuptools)) 982 python-setuptools))
980 (home-page "https://github.com/mverleg/pyjson_tricks") 983 (home-page "https://github.com/mverleg/pyjson_tricks")