Skip to content

Commit 4857bd4

Browse files
committed
Update test_distribution.py
1 parent ca42dd7 commit 4857bd4

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

tests/test_distribution.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,11 @@ def test_multiprocessing_0():
8282
hyper.run()
8383

8484

85-
@pytest.mark.skipif(not _check_soft_dependencies("tqdm"), severity="none")
85+
@pytest.mark.skipif(
86+
not _check_soft_dependencies("tqdm"),
87+
severity="none",
88+
reason="if soft dependency tqdm is not installed, skip tqdm related tests",
89+
)
8690
def test_multiprocessing_1():
8791
from tqdm import tqdm
8892

0 commit comments

Comments
 (0)