dev-python/xmlsec: Enable py3.15

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-09-15 07:35:24 +02:00
parent e73b178137
commit edd5f40371

View File

@@ -64,7 +64,10 @@ src_configure() {
}
python_test() {
local EPYTEST_DESELECT=()
local EPYTEST_DESELECT=(
# black version?
tests/test_type_stubs.py::test_xmlsec_constants_stub
)
case ${EPYTHON} in
python3.15*)