Skip to content

Commit ba9b069

Browse files
committed
Skip iOS tagging test on Windows.
1 parent 79c6826 commit ba9b069

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_tags.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ def test_python_host_platform(monkeypatch):
7676

7777

7878
@pytest.mark.skipif(sys.version_info < (3, 13), reason='requires Python 3.13 or higher')
79+
@pytest.mark.skipif(sys.platform != 'darwin', reason='macOS specific test')
7980
def test_ios_platform_tag(monkeypatch):
8081
# Mock being on iOS
8182
monkeypatch.setattr(sys.implementation, '_multiarch', 'arm64-iphoneos')

0 commit comments

Comments
 (0)