mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-04 05:34:36 +03:00
Test ICNS on all operating systems
This commit is contained in:
parent
86ad435ee4
commit
800a265f1c
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user