From f9843aa0d9c00a218ad77d6ed0f79b4bc5de66fd Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 11 Jan 2025 17:54:23 +1100 Subject: [PATCH] Revert "Test passes in Python 3.13" This reverts commit 0d93c030a576e30d3991bf5547f2e0c3e47889a9. --- Tests/test_image_access.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/test_image_access.py b/Tests/test_image_access.py index 6d8b4d35579..bb30b462d2f 100644 --- a/Tests/test_image_access.py +++ b/Tests/test_image_access.py @@ -271,7 +271,7 @@ def test_putpixel_overflow_error(self, mode: str) -> None: class TestEmbeddable: - @pytest.mark.xfail(not (sys.version_info >= (3, 13)), reason="failing test") + @pytest.mark.xfail(reason="failing test") @pytest.mark.skipif(not is_win32(), reason="requires Windows") def test_embeddable(self) -> None: import ctypes