[PATCH] gnu: python-huggingface-hub: Disable failing tests.

  • Done
  • quality assurance status badge
Details
2 participants
  • jgart
  • Nicolas Graves
Owner
unassigned
Submitted by
Nicolas Graves
Severity
normal

Debbugs page

N
N
Nicolas Graves wrote on 6 Sep 07:18 -0700
(address . guix-patches@gnu.org)(address . ngraves@ngraves.fr)
20240906141844.17727-1-ngraves@ngraves.fr
* gnu/packages/python-web.scm (python-huggingface-hub):
[arguments]<#:test-flags>: Disable failing test (requires network
connection).

Change-Id: I7273c4f0bcc3b8cf3d34633a0d6c1df4d76d9170
---
gnu/packages/python-web.scm | 1 +
1 file changed, 1 insertion(+)

Toggle diff (14 lines)
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 @@ (define-public python-huggingface-hub
"--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"
--
2.45.2
N
N
Nicolas Graves wrote on 8 Sep 21:05 -0700
control message for bug #73109
(address . control@debbugs.gnu.org)
87o74x5v51.fsf@ngraves.fr
block 73109 by 73069
quit


--
Best regards,
Nicolas Graves
J
J
jgart wrote 7 days ago
Re: [PATCH] gnu: python-huggingface-hub: Disable failing tests.
(address . 73069-done@debbugs.gnu.org)(name . Nicolas Graves)(address . ngraves@ngraves.fr)
87a5ggt8eb.fsf@dismail.de
applied, thanks!

--
all the best,
jgart
Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 73069@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 73069
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch