commit:     57cbb1d5cbd3284a39fc80c3be011e7e68d6c277
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  2 16:14:22 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug  2 16:14:22 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57cbb1d5

dev-python/trimesh: Fix EPYTEST_TIMEOUT override

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/trimesh/trimesh-4.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/trimesh/trimesh-4.7.1.ebuild 
b/dev-python/trimesh/trimesh-4.7.1.ebuild
index 99ca4bafa628..25a0e59aa0b7 100644
--- a/dev-python/trimesh/trimesh-4.7.1.ebuild
+++ b/dev-python/trimesh/trimesh-4.7.1.ebuild
@@ -61,7 +61,7 @@ EPYTEST_IGNORE=(
 )
 
 EPYTEST_PLUGINS=()
-EPYTEST_TIMEOUT=1800
+: ${EPYTEST_TIMEOUT:=1800}
 EPYTEST_XDIST=1
 
 distutils_enable_tests pytest

Reply via email to