From 3d184c968593656647ee4e06dd1b0cd7c98b9d0e Mon Sep 17 00:00:00 2001 From: Nicolas PARLANT Date: Sat, 30 Nov 2024 03:39:36 +0000 Subject: [PATCH] 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 --- 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 d3e376b7a3..b517daee0a 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 -}