A few tests require downloading models from URLs such as . Skip those. diff --git a/onnx/backend/test/runner/__init__.py b/onnx/backend/test/runner/__init__.py index 049ed57b..f236f1bf 100644 --- a/onnx/backend/test/runner/__init__.py +++ b/onnx/backend/test/runner/__init__.py @@ -202,6 +202,7 @@ class Runner(object): print('Start downloading model {} from {}'.format( model_test.model_name, 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: ted='selected'>koszko Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/cpan.scm
AgeCommit message (Expand)Author
2023-06-09tests: Ensure 'cpan' updater test does not access the network....Ludovic Courtès
2023-05-31tests: Use quasiquoted 'match' patterns for package sexps....Ludovic Courtès
2023-05-31import: cpan: Updater provides input list....Ludovic Courtès
2023-05-31import: cpan: Represent dependencies as <upstream-input> records....Ludovic Courtès