Skip to content

Commit

Permalink
Revert "Test passes in Python 3.13"
Browse files Browse the repository at this point in the history
This reverts commit 0d93c03.
  • Loading branch information
radarhere committed Jan 11, 2025
1 parent 3111e37 commit f9843aa
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(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
Expand Down

0 comments on commit f9843aa

Please sign in to comment.