From ab23b5dfd6fad0c264fd4a8d8e08098158df7073 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Tue, 10 Dec 2024 18:00:54 +0100 Subject: [PATCH] Remove Google Drive test (#18162) Signed-off-by: Glenn Jocher --- tests/test_python.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tests/test_python.py b/tests/test_python.py index 117e6f80..3d497050 100644 --- a/tests/test_python.py +++ b/tests/test_python.py @@ -409,15 +409,6 @@ def test_utils_torchutils(): time_sync() -@pytest.mark.slow -@pytest.mark.skipif(not ONLINE, reason="environment is offline") -def test_utils_downloads(): - """Test file download utilities from ultralytics.utils.downloads.""" - from ultralytics.utils.downloads import get_google_drive_file_info - - get_google_drive_file_info("https://drive.google.com/file/d/1cqT-cJgANNrhIHCrEufUYhQ4RqiWG_lJ/view?usp=drive_link") - - def test_utils_ops(): """Test utility operations functions for coordinate transformation and normalization.""" from ultralytics.utils.ops import (