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 :
f052816d56

Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
This commit is contained in:
Nicolas PARLANT
2024-11-30 03:39:36 +00:00
parent 408f5f62bf
commit 3d184c9685

View File

@@ -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
}