summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-01-20 14:26:28 +0100
committerMichał Górny <mgorny@gentoo.org>2024-01-20 16:16:54 +0100
commit097aeb1b93885b7f16aa8967fd0f48b1ba559025 (patch)
tree0b7aa6c874165c229604faf7d822c94302c756bc
parentvirtual/dist-kernel: Bump to 6.6.13 (diff)
downloadgentoo-097aeb1b93885b7f16aa8967fd0f48b1ba559025.tar.gz
gentoo-097aeb1b93885b7f16aa8967fd0f48b1ba559025.tar.bz2
gentoo-097aeb1b93885b7f16aa8967fd0f48b1ba559025.zip
dev-python/pandas: Remove py3.12 deselects
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/pandas/pandas-2.2.0.ebuild13
1 files changed, 0 insertions, 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