commit: 66dd5d3ddb3794e2a3759f080c1283fa4f5f6376 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Apr 22 11:00:47 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Apr 22 11:00:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66dd5d3d
dev-python/pyarrow: Deselect more hypothesis-flaky tests Closes: https://bugs.gentoo.org/930382 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/pyarrow/pyarrow-16.0.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/pyarrow/pyarrow-16.0.0.ebuild b/dev-python/pyarrow/pyarrow-16.0.0.ebuild index 7e1e21634a60..d19667c90fa8 100644 --- a/dev-python/pyarrow/pyarrow-16.0.0.ebuild +++ b/dev-python/pyarrow/pyarrow-16.0.0.ebuild @@ -80,6 +80,7 @@ python_test() { tests/interchange/test_interchange_spec.py::test_dtypes tests/test_convert_builtin.py::test_array_to_pylist_roundtrip tests/test_feather.py::test_roundtrip + tests/test_pandas.py::test_array_to_pandas_roundtrip ) if has_version ">=dev-python/numpy-2"; then
