mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-12 08:33:15 -04:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user