commit: a2b8f89686769364577ad9c95d935ce7c33c0fe8 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Tue May 13 18:42:11 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Tue May 13 18:42:11 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2b8f896
dev-python/paginate: remove deselects Fix was merged into 0.5.7 [1] [1] https://github.com/Pylons/paginate/commit/9c88317aeaee9ce0b0d420c3b3344028517bb4bd Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-python/paginate/paginate-0.5.7.ebuild | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/dev-python/paginate/paginate-0.5.7.ebuild b/dev-python/paginate/paginate-0.5.7.ebuild index dbd43ea36281..644148bb3eab 100644 --- a/dev-python/paginate/paginate-0.5.7.ebuild +++ b/dev-python/paginate/paginate-0.5.7.ebuild @@ -23,22 +23,3 @@ SLOT="0" KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86" 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 -}
