dev-python/paginate: remove deselects

Fix was merged into 0.5.7 [1]

[1] 9c88317aea

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin 2025-05-13 21:42:11 +03:00
parent b1ecde5531
commit a2b8f89686
No known key found for this signature in database
GPG Key ID: 02A0AF503D120504

View File

@ -23,22 +23,3 @@ SLOT="0"
KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86" KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
distutils_enable_tests pytest distutils_enable_tests pytest
python_test() {
local EPYTEST_DESELECT=()
case ${EPYTHON} in
python3.13)
;&
python3.12)
EPYTEST_DESELECT+=(
# these tests assume that dict is not sliceable
# https://github.com/Pylons/paginate/issues/19
tests/test_paginate.py::test_wrong_collection
tests/test_paginate.py::TestCollectionTypes::test_unsliceable_sequence3
)
;;
esac
epytest
}