From f6e9e074107682de7485b197b92990f745c99440 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 7 Jul 2025 07:09:31 +0000 Subject: [PATCH] dev-python/wheel: Sync with Gentoo It's from Gentoo commit a1dd466b93291a3cb40d06878aca0b2407f2fbf7. --- .../portage-stable/dev-python/wheel/wheel-0.45.1.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/portage-stable/dev-python/wheel/wheel-0.45.1.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/wheel/wheel-0.45.1.ebuild index 7fa0a7ca64..85ebbcc343 100644 --- a/sdk_container/src/third_party/portage-stable/dev-python/wheel/wheel-0.45.1.ebuild +++ b/sdk_container/src/third_party/portage-stable/dev-python/wheel/wheel-0.45.1.ebuild @@ -28,6 +28,9 @@ BDEPEND=" ) " +# xdist is slightly flaky here +EPYTEST_PLUGINS=( pytest-rerunfailures ) +EPYTEST_XDIST=1 distutils_enable_tests pytest src_prepare() { @@ -57,6 +60,5 @@ python_test() { tests/test_bdist_wheel.py::test_licenses_override ) - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 - epytest + epytest --reruns=5 }