Test ICNS on all operating systems

This commit is contained in:
Andrew Murray 2020-12-30 13:09:30 +11:00
parent 86ad435ee4
commit 800a265f1c

View File

@ -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()