diff --git a/test/test_datasets.py b/test/test_datasets.py index a947df16c4b..9e606021e1c 100644 --- a/test/test_datasets.py +++ b/test/test_datasets.py @@ -463,7 +463,6 @@ def inject_fake_data(self, tmpdir, config): return num_images_per_category * len(categories) -@unittest.skipIf(sys.platform in ('win32', 'cygwin'), 'temporarily disabled on Windows') class WIDERFaceTestCase(datasets_utils.ImageDatasetTestCase): DATASET_CLASS = datasets.WIDERFace FEATURE_TYPES = (PIL.Image.Image, (dict, type(None))) # test split returns None as target