mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
dev-python/truststore: Enable testing on py3.15
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=flit-core
|
||||
PYTHON_TESTED=( python3_{12..14} )
|
||||
PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_15 )
|
||||
PYTHON_TESTED=( python3_{12..15} )
|
||||
PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@@ -51,5 +51,6 @@ python_test() {
|
||||
fi
|
||||
|
||||
local EPYTEST_PLUGINS=( pytest-{asyncio,httpserver,rerunfailures} )
|
||||
local EPYTEST_RERUNS=5
|
||||
epytest
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user