commit:     318017847af8741ca084021fb5b98c987576dbb5
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 14 22:03:26 2026 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Feb 14 22:03:26 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31801784

sci-ml/huggingface_hub: fix test by adding pytest-mock

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 .../{huggingface_hub-0.36.2.ebuild => huggingface_hub-0.36.2-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-ml/huggingface_hub/huggingface_hub-0.36.2.ebuild 
b/sci-ml/huggingface_hub/huggingface_hub-0.36.2-r1.ebuild
similarity index 97%
rename from sci-ml/huggingface_hub/huggingface_hub-0.36.2.ebuild
rename to sci-ml/huggingface_hub/huggingface_hub-0.36.2-r1.ebuild
index 9d8735e08b45..b000e109e772 100644
--- a/sci-ml/huggingface_hub/huggingface_hub-0.36.2.ebuild
+++ b/sci-ml/huggingface_hub/huggingface_hub-0.36.2-r1.ebuild
@@ -39,7 +39,7 @@ BDEPEND="
        )
 "
 
-EPYTEST_PLUGINS=( pytest-asyncio )
+EPYTEST_PLUGINS=( pytest-asyncio pytest-mock )
 
 distutils_enable_tests pytest
 

Reply via email to