From e5bc3fd6e7248e529bab27bc51be00ca2bc67066 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sun, 12 Mar 2017 13:36:12 +0100 Subject: [PATCH] Document resolution of #593 --- tests/storage/servers/icloud/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/storage/servers/icloud/__init__.py b/tests/storage/servers/icloud/__init__.py index 8af0a8f..f814490 100644 --- a/tests/storage/servers/icloud/__init__.py +++ b/tests/storage/servers/icloud/__init__.py @@ -8,8 +8,8 @@ class ServerMixin(object): @pytest.fixture def get_storage_args(self, item_type, slow_create_collection): if item_type != 'VEVENT': - # For some reason the collections created by vdirsyncer are not - # usable as task lists. + # iCloud collections can either be calendars or task lists. + # See https://github.com/pimutils/vdirsyncer/pull/593#issuecomment-285941615 # noqa pytest.skip('iCloud doesn\'t support anything else than VEVENT') def inner(collection='test'):