commit: 097aeb1b93885b7f16aa8967fd0f48b1ba559025
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 20 13:26:28 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 20 15:16:54 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=097aeb1b
dev-python/pandas: Remove py3.12 deselects
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pandas/pandas-2.2.0.ebuild | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/dev-python/pandas/pandas-2.2.0.ebuild
b/dev-python/pandas/pandas-2.2.0.ebuild
index 6912349875df..722774ce648a 100644
--- a/dev-python/pandas/pandas-2.2.0.ebuild
+++ b/dev-python/pandas/pandas-2.2.0.ebuild
@@ -178,19 +178,6 @@ python_test() {
tests/series/test_api.py::TestSeriesMisc::test_inspect_getmembers
)
- case ${EPYTHON} in
- python3.12)
- EPYTEST_DESELECT+=(
-
tests/io/pytables/test_select.py::test_select_dtypes
-
tests/io/pytables/test_select.py::test_frame_select
- # deprecation warnings
-
tests/io/excel/test_writers.py::TestRoundTrip::test_read_excel_parse_dates
- # some pytest-xdist problem?
-
tests/base/test_unique.py::test_unique_bad_unicode
- )
- ;;
- esac
-
local -x LC_ALL=C.UTF-8
cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
"${EPYTHON}" -c "import pandas; pandas.show_versions()" || die