diff options
author | 2024-07-01 17:48:37 +0200 | |
---|---|---|
committer | 2024-07-01 17:55:24 +0200 | |
commit | f04ebcd24f7c583b62611f82cd8b57f44793e5f6 (patch) | |
tree | 0179781f750b817f9a04178cd653e2f5ccf9497a /dev-python/asyncssh | |
parent | dev-python/asyncssh: Enable py3.13 (diff) | |
download | gentoo-f04ebcd24f7c583b62611f82cd8b57f44793e5f6.tar.gz gentoo-f04ebcd24f7c583b62611f82cd8b57f44793e5f6.tar.bz2 gentoo-f04ebcd24f7c583b62611f82cd8b57f44793e5f6.zip |
dev-python/asyncssh: Use pytest-xdist
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/asyncssh')
-rw-r--r-- | dev-python/asyncssh/asyncssh-2.14.2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/asyncssh/asyncssh-2.14.2.ebuild b/dev-python/asyncssh/asyncssh-2.14.2.ebuild index f3f3d4abcd70..0c7015523b72 100644 --- a/dev-python/asyncssh/asyncssh-2.14.2.ebuild +++ b/dev-python/asyncssh/asyncssh-2.14.2.ebuild @@ -40,6 +40,7 @@ PATCHES=( "${FILESDIR}/${P}-py313.patch" ) +EPYTEST_XDIST=1 distutils_enable_tests pytest distutils_enable_sphinx docs |