From 2766decf129755a0ee3e4273579b73dec0fa971b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 6 Sep 2025 19:12:21 +0200 Subject: [PATCH] dev-python/tpm2-pytss: Enable pytest-xdist MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/tpm2-pytss/tpm2-pytss-2.3.0-r2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/tpm2-pytss/tpm2-pytss-2.3.0-r2.ebuild b/dev-python/tpm2-pytss/tpm2-pytss-2.3.0-r2.ebuild index 2bba9bf8fb8e0..ca209f4bd77f3 100644 --- a/dev-python/tpm2-pytss/tpm2-pytss-2.3.0-r2.ebuild +++ b/dev-python/tpm2-pytss/tpm2-pytss-2.3.0-r2.ebuild @@ -48,4 +48,5 @@ PATCHES=( export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} EPYTEST_PLUGINS=() +EPYTEST_XDIST=1 distutils_enable_tests pytest