We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79c6826 commit ba9b069Copy full SHA for ba9b069
tests/test_tags.py
@@ -76,6 +76,7 @@ def test_python_host_platform(monkeypatch):
76
77
78
@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')
80
def test_ios_platform_tag(monkeypatch):
81
# Mock being on iOS
82
monkeypatch.setattr(sys.implementation, '_multiarch', 'arm64-iphoneos')
0 commit comments