diff --git a/Tests/test_file_icns.py b/Tests/test_file_icns.py index e11eb996d..eb9448bfe 100644 --- a/Tests/test_file_icns.py +++ b/Tests/test_file_icns.py @@ -53,7 +53,6 @@ def test_save_append_images(tmp_path): assert_image_equal(reread, provided_im) -@pytest.mark.skipif(sys.platform != "darwin", reason="Requires macOS") def test_save_fp(): fp = io.BytesIO()