From f902a0ae826566ca55c97a2fc5566a139c0fdbcd Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 13 Oct 2025 07:10:05 +0000 Subject: [PATCH] eclass/python-utils-r1: Sync with Gentoo It's from Gentoo commit be9e5a134fc0aba4f561723769a75807756a177a. Signed-off-by: Flatcar Buildbot --- .../third_party/portage-stable/eclass/python-utils-r1.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/portage-stable/eclass/python-utils-r1.eclass b/sdk_container/src/third_party/portage-stable/eclass/python-utils-r1.eclass index f454a066a3..e213273a3a 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/python-utils-r1.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/python-utils-r1.eclass @@ -1420,7 +1420,7 @@ epytest() { [[ ${NO_COLOR} ]] && color=no mkdir -p "${T}/pytest-xml" || die - local junit_xml=$(mktemp "${T}/pytest-xml/${EPYTHON}-XXX.xml" || die) + local junit_xml=$(mktemp "${T}/pytest-xml/${EPYTHON}-XXXXXX.xml" || die) local args=( # verbose progress reporting and tracebacks