Fixed test to run on MacOS > Catalina

This commit is contained in:
Rhet Turnbull 2022-05-12 21:48:53 -07:00
parent 5cd74b5f23
commit a89c66b3f7

View File

@ -25,6 +25,7 @@ if OS_VER == "15":
from tests.config_timewarp_catalina import CATALINA_PHOTOS_5 as TEST_DATA
else:
pytest.skip(allow_module_level=True)
TEST_DATA = {}