diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-11-13 12:41:19 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-11-13 12:43:09 +0100 |
commit | 660803fb698b4fe39e88caf79c6aa496db221ddf (patch) | |
tree | 394e405682f16135ec5482d158d3f3c848f45e34 /dev-python/cattrs | |
parent | dev-cpp/azure-identity: Version bump to 1.10.1 (diff) | |
download | gentoo-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.ebuild | 3 |
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=( |