Bug timewarp sync 946 (#947)

* Fix --timezone iCloud sync, #946

* ADded tests for timezone fix #946
This commit is contained in:
Rhet Turnbull
2023-01-21 14:48:56 -08:00
committed by GitHub
parent 32b23a09cb
commit bd01e41714
123 changed files with 856 additions and 4 deletions

View File

@@ -64,7 +64,8 @@ elif OS_VER[0] == "13":
TEST_LIBRARY = "tests/Test-13.0.0.photoslibrary"
TEST_LIBRARY_IMPORT = TEST_LIBRARY
TEST_LIBRARY_SYNC = TEST_LIBRARY
TEST_LIBRARY_TIMEWARP = None
from tests.config_timewarp_ventura import TEST_LIBRARY_TIMEWARP
TEST_LIBRARY_ADD_LOCATIONS = None
else:
TEST_LIBRARY = None