mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
dev-python/asyncstdlib: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
parent
88965abf55
commit
f53cd7c673
@ -4,8 +4,7 @@
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=flit
|
||||
# py3.13: https://github.com/maxfischer2781/asyncstdlib/issues/144
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
PYTHON_COMPAT=( python3_{10..13} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
@ -26,3 +25,21 @@ BDEPEND="
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
python_test() {
|
||||
local EPYTEST_DESELECT=()
|
||||
case ${EPYTHON} in
|
||||
python3.13)
|
||||
EPYTEST_DESELECT+=(
|
||||
# https://github.com/maxfischer2781/asyncstdlib/issues/144
|
||||
# (already skipped upstream)
|
||||
'unittests/test_functools_lru.py::test_method_discard[classmethod_counter-3]'
|
||||
'unittests/test_functools_lru.py::test_method_discard[classmethod_counter-10]'
|
||||
'unittests/test_functools_lru.py::test_method_discard[classmethod_counter-None]'
|
||||
)
|
||||
;;
|
||||
esac
|
||||
|
||||
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
|
||||
epytest
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user