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>
This commit is contained in:
Nicolas Graves 2024-09-06 16:18:41 +02:00 committed by jgart
parent 79db40eabe
commit 09d2f62c0f
No known key found for this signature in database
GPG Key ID: A52AA2B477B6DD35

View File

@ -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"