commit: 004bf24534a66eb856eefb9735d18090e7565e2d Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Wed May 10 19:33:28 2023 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Wed May 10 19:34:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=004bf245
dev-python/pyarrow: test are not working with >=pandas-2 Closes: https://bugs.gentoo.org/905924 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-python/pyarrow/pyarrow-12.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyarrow/pyarrow-12.0.0.ebuild b/dev-python/pyarrow/pyarrow-12.0.0.ebuild index 22a2296e6cef..21342c3f3ac8 100644 --- a/dev-python/pyarrow/pyarrow-12.0.0.ebuild +++ b/dev-python/pyarrow/pyarrow-12.0.0.ebuild @@ -26,7 +26,7 @@ RDEPEND=" " BDEPEND="test? ( dev-python/hypothesis - dev-python/pandas + <dev-python/pandas-2 dev-python/pytest-lazy-fixture )"
