From 646050a07db3b7be5063e02350cc539bc95d91fe Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Fri, 10 Jan 2025 18:25:08 +1100 Subject: [PATCH] win --- Tests/test_image_access.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Tests/test_image_access.py b/Tests/test_image_access.py index bb30b462d2f..218a8359238 100644 --- a/Tests/test_image_access.py +++ b/Tests/test_image_access.py @@ -271,7 +271,6 @@ def test_putpixel_overflow_error(self, mode: str) -> None: class TestEmbeddable: - @pytest.mark.xfail(reason="failing test") @pytest.mark.skipif(not is_win32(), reason="requires Windows") def test_embeddable(self) -> None: import ctypes