Skip to content

Commit 8878511

Browse files
authored
Merge pull request #8683 from radarhere/test_embeddable
2 parents 8430193 + 0d93c03 commit 8878511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/test_image_access.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ def test_putpixel_overflow_error(self, mode: str) -> None:
271271

272272

273273
class TestEmbeddable:
274-
@pytest.mark.xfail(reason="failing test")
274+
@pytest.mark.xfail(not (sys.version_info >= (3, 13)), reason="failing test")
275275
@pytest.mark.skipif(not is_win32(), reason="requires Windows")
276276
def test_embeddable(self) -> None:
277277
import ctypes

0 commit comments

Comments
 (0)