From 6e373a9f45495ba299484a31858789b44374ec4f Mon Sep 17 00:00:00 2001 From: Philip Meier Date: Mon, 16 Jan 2023 09:55:54 +0100 Subject: [PATCH] reinstate Places365 download tests --- test/test_datasets_download.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_datasets_download.py b/test/test_datasets_download.py index c748a8a0ff1..f0fd4330ae5 100644 --- a/test/test_datasets_download.py +++ b/test/test_datasets_download.py @@ -467,6 +467,7 @@ def make_parametrize_kwargs(download_configs): widerface(), kinetics(), kitti(), + places365(), ) ) ) @@ -481,7 +482,6 @@ def test_url_is_accessible(url, md5): @pytest.mark.parametrize( **make_parametrize_kwargs( itertools.chain( - places365(), # https://github.com/pytorch/vision/issues/6268 sbu(), # https://github.com/pytorch/vision/issues/7005 ) )