unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob 55925a3ebfcf351d1191a53242ae9a3aa62ceeb5 622 bytes (raw)
name: packages/patches/onnx-skip-model-downloads.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
 
A few tests require downloading models. Skip those.

diff --git a/onnx/backend/test/runner/__init__.py b/onnx/backend/test/runner/__init__.py
index 5b60e7c0..838c7ba5 100644
--- a/onnx/backend/test/runner/__init__.py
+++ b/onnx/backend/test/runner/__init__.py
@@ -236,6 +236,7 @@ class Runner:
             print(
                 f"Start downloading model {model_test.model_name} from {model_test.url}"
             )
+            raise unittest.SkipTest('Skipping download')
             urlretrieve(model_test.url, download_file.name)
             print("Done")
             with tarfile.open(download_file.name) as t:

debug log:

solving 55925a3ebfcf351d1191a53242ae9a3aa62ceeb5 ...
found 55925a3ebfcf351d1191a53242ae9a3aa62ceeb5 in https://git.savannah.gnu.org/cgit/guix.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).