commit: 3d184c968593656647ee4e06dd1b0cd7c98b9d0e Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr> AuthorDate: Sat Nov 30 03:39:36 2024 +0000 Commit: Nicolas PARLANT <ppn <AT> parhuet <DOT> fr> CommitDate: Sat Nov 30 04:24:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3d184c96
dev-python/typing-inspect: enable py3.13 enable py3_13 : https://github.com/ilevkivskyi/typing_inspect/compare/0.9.0...fb640c7134 remove deselect of a test, fixed in 0.8.0 : https://github.com/ilevkivskyi/typing_inspect/commit/f052816d56faf026e59a4297bede247bc436fbc0 Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr> dev-python/typing-inspect/typing-inspect-0.9.0.ebuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/dev-python/typing-inspect/typing-inspect-0.9.0.ebuild b/dev-python/typing-inspect/typing-inspect-0.9.0.ebuild index d3e376b7a..b517daee0 100644 --- a/dev-python/typing-inspect/typing-inspect-0.9.0.ebuild +++ b/dev-python/typing-inspect/typing-inspect-0.9.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi @@ -24,9 +24,3 @@ RDEPEND=" DEPEND="${RDEPEND}" distutils_enable_tests pytest - -python_test() { - # https://github.com/ilevkivskyi/typing_inspect/issues/84 - local EPYTEST_DESELECT=( 'test_typing_inspect.py::GetUtilityTestCase::test_typed_dict_typing_extension' ) - epytest -}