1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-17 22:55:57 +02:00

gnu: python-pandera: Use Pydantic 2.

* gnu/packages/python-science.scm (python-pandera)[propagated-inputs]: Replace
python-pydantic with python-pydantic-2.
[arguments]: Disable one test.

Change-Id: Ie222a484f4d8a540ffdf6db6da09e600723169d7
This commit is contained in:
Ricardo Wurmus
2025-02-27 09:44:42 +01:00
parent 5ce0fb8048
commit 0729d415e6
+5 -2
View File
@@ -1637,7 +1637,10 @@ idea of the remaining amount of computation to be done.")
"not test_python_std_list_dict_generics"
" and not test_python_std_list_dict_empty_and_none"
" and not test_pandas_modules_importable"
" and not test_check_groups"))))
" and not test_check_groups"
;; This is a test failure due to unexpected error
;; message format. It is harmless.
" and not test_pandas_stubs_false_positives"))))
;; Pandera comes with a lot of extras. We test as many as possible, but do
;; not include all of them in the propagated-inputs. Currently, we have to
;; skip the pyspark and io tests due to missing packages python-pyspark
@@ -1648,7 +1651,7 @@ idea of the remaining amount of computation to be done.")
python-packaging
python-pandas
python-pandas-stubs ;mypy extra
python-pydantic
python-pydantic-2
python-scipy ;hypotheses extra
python-typeguard
python-typing-inspect