summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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")