Skip to content

Commit e008999

Browse files
committed
tests: skip minio-dependent tests when minio is not installed
1 parent 47666cf commit e008999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
from typing import Dict, List
77

88
import certifi
9-
import minio
109
import networkx as nx
1110
import pytest
11+
minio = pytest.importorskip("minio")
1212
import urllib3
1313
from packaging import version
1414

0 commit comments

Comments
 (0)