commit: f5669ae78e1a1c180d22a5c23772bc8e0acdaa30
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 1 04:37:47 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 1 04:37:47 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5669ae7
dev-python/pandas: fix GH bug links
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/pandas/pandas-2.1.0.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/pandas/pandas-2.1.0.ebuild
b/dev-python/pandas/pandas-2.1.0.ebuild
index 77cfd605d115..2896fd08e374 100644
--- a/dev-python/pandas/pandas-2.1.0.ebuild
+++ b/dev-python/pandas/pandas-2.1.0.ebuild
@@ -112,7 +112,7 @@ python_test() {
local EPYTEST_DESELECT=(
# test for rounding errors, fails if we have better precision
# e.g. on amd64 with FMA or on arm64
- # https://github.com/pandas-dev/issues/38921
+ # https://github.com/pandas-dev/pandas/issues/38921
tests/window/test_rolling.py::test_rolling_var_numerical_issues
# TODO; unhappy about DISPLAY?
@@ -165,11 +165,11 @@ python_test() {
'tests/tseries/offsets/test_common.py::test_apply_out_of_range[tzlocal()-Week]'
# alignment issues: bug #911660 (fixed upstream but not yet in
a release)
- # https://github.com/pandas-dev/issues/54391
+ # https://github.com/pandas-dev/pandas/issues/54391
tests/io/sas/test_byteswap.py::test_float_byteswap
# hdf / pytables have alignment problems: bug #911660
- # https://github.com/pandas-dev/issues/54396
+ # https://github.com/pandas-dev/pandas/issues/54396
tests/io/pytables/test_append.py::test_append_frame_column_oriented
tests/io/pytables/test_store.py::test_select_filter_corner
)