From 800a265f1c11dd910c3f3e827474cf852e99bb3c Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Wed, 30 Dec 2020 13:09:30 +1100 Subject: [PATCH] Test ICNS on all operating systems --- Tests/test_file_icns.py | 1 - 1 file changed, 1 deletion(-) 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()