aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2024-09-06 16:18:41 +0200
committerjgart <jgart@dismail.de>2024-09-09 23:53:49 -0500
commit09d2f62c0f5dc94316b9d959ff588fb0dc8e264d (patch)
treeb5e7ab9f15c7d59bfb98e6cfcdff784ff6c3e730 /gnu/packages
parent79db40eabe4c71fbd3436c28de19aefccc0fdb48 (diff)
downloadguix-09d2f62c0f5dc94316b9d959ff588fb0dc8e264d.tar
guix-09d2f62c0f5dc94316b9d959ff588fb0dc8e264d.tar.gz
gnu: python-huggingface-hub: Disable failing tests.
* gnu/packages/python-web.scm (python-huggingface-hub): [arguments]<#:test-flags>: Disable failing test (requires network connection). Change-Id: I7273c4f0bcc3b8cf3d34633a0d6c1df4d76d9170 Signed-off-by: jgart <jgart@dismail.de>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/python-web.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index e02c0d8729..bb1b912c0c 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -175,6 +175,7 @@
"--ignore=tests/test_inference_api.py"
"--ignore=tests/test_inference_async_client.py"
"--ignore=tests/test_inference_client.py"
+ "--ignore=tests/test_inference_text_generation.py"
"--ignore=tests/test_login_utils.py"
"--ignore=tests/test_offline_utils.py"
"--ignore=tests/test_repocard.py"