Skip to content

Commit

Permalink
test updates
Browse files Browse the repository at this point in the history
  • Loading branch information
RhetTbull committed Sep 12, 2024
1 parent e96063d commit d26f08a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_photodates.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@

import pytest

from osxphotos.photodates import get_photo_date_added, get_photo_date_original
from osxphotos.platform import is_macos
from tests.conftest import get_os_version

if not is_macos:
pytest.skip("Skipping macOS only tests", allow_module_level=True)

from osxphotos.photodates import get_photo_date_added, get_photo_date_original
from photoscript import Photo

if int(get_os_version()[0]) < 13:
Expand Down

0 comments on commit d26f08a

Please sign in to comment.