Skip to content

Commit

Permalink
Merge pull request #8683 from radarhere/test_embeddable
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Jan 10, 2025
2 parents 8430193 + 0d93c03 commit 8878511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/test_image_access.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def test_putpixel_overflow_error(self, mode: str) -> None:


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

0 comments on commit 8878511

Please sign in to comment.