From 660803fb698b4fe39e88caf79c6aa496db221ddf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 13 Nov 2024 12:41:19 +0100 Subject: [PATCH] dev-python/cattrs: Disable xdist MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/941429 Signed-off-by: Michał Górny --- dev-python/cattrs/cattrs-24.1.2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/cattrs/cattrs-24.1.2.ebuild b/dev-python/cattrs/cattrs-24.1.2.ebuild index 81e69e227b3ff..41cb997af1899 100644 --- a/dev-python/cattrs/cattrs-24.1.2.ebuild +++ b/dev-python/cattrs/cattrs-24.1.2.ebuild @@ -49,7 +49,8 @@ BDEPEND=" ) " -EPYTEST_XDIST=1 +# xdist can randomly break tests, depending on job count +# https://bugs.gentoo.org/941429 distutils_enable_tests pytest PATCHES=(