Skip to content

Commit 69ae61a

Browse files
authored
reinstate Places365 download tests (#7088)
1 parent 035d99f commit 69ae61a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_datasets_download.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,7 @@ def make_parametrize_kwargs(download_configs):
467467
widerface(),
468468
kinetics(),
469469
kitti(),
470+
places365(),
470471
)
471472
)
472473
)
@@ -481,7 +482,6 @@ def test_url_is_accessible(url, md5):
481482
@pytest.mark.parametrize(
482483
**make_parametrize_kwargs(
483484
itertools.chain(
484-
places365(), # https://github.com/pytorch/vision/issues/6268
485485
sbu(), # https://github.com/pytorch/vision/issues/7005
486486
)
487487
)

0 commit comments

Comments
 (0)