summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-11-13 12:41:19 +0100
committerMichał Górny <mgorny@gentoo.org>2024-11-13 12:43:09 +0100
commit660803fb698b4fe39e88caf79c6aa496db221ddf (patch)
tree394e405682f16135ec5482d158d3f3c848f45e34 /dev-python/cattrs
parentdev-cpp/azure-identity: Version bump to 1.10.1 (diff)
downloadgentoo-660803fb698b4fe39e88caf79c6aa496db221ddf.tar.gz
gentoo-660803fb698b4fe39e88caf79c6aa496db221ddf.tar.bz2
gentoo-660803fb698b4fe39e88caf79c6aa496db221ddf.zip
dev-python/cattrs: Disable xdist
Closes: https://bugs.gentoo.org/941429 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cattrs')
-rw-r--r--dev-python/cattrs/cattrs-24.1.2.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/cattrs/cattrs-24.1.2.ebuild b/dev-python/cattrs/cattrs-24.1.2.ebuild
index 81e69e227b3f..41cb997af189 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=(