Handle YouTube test ConnectionErrors (#13133)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
parent
722ae9af37
commit
c371c953d5
7 changed files with 20 additions and 21 deletions
|
|
@ -8,12 +8,11 @@ from pathlib import Path
|
|||
|
||||
import pytest
|
||||
|
||||
from tests import MODEL, SOURCE, TMP
|
||||
from ultralytics import YOLO, download
|
||||
from ultralytics.utils import DATASETS_DIR, SETTINGS
|
||||
from ultralytics.utils.checks import check_requirements
|
||||
|
||||
from tests import MODEL, SOURCE, TMP
|
||||
|
||||
|
||||
@pytest.mark.skipif(not check_requirements("ray", install=False), reason="ray[tune] not installed")
|
||||
def test_model_ray_tune():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue