mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 10:16:17 +03:00
Test passes in Python 3.13
This commit is contained in:
parent
8430193bed
commit
0d93c030a5
|
@ -271,7 +271,7 @@ class TestImagePutPixelError:
|
||||||
|
|
||||||
|
|
||||||
class TestEmbeddable:
|
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")
|
@pytest.mark.skipif(not is_win32(), reason="requires Windows")
|
||||||
def test_embeddable(self) -> None:
|
def test_embeddable(self) -> None:
|
||||||
import ctypes
|
import ctypes
|
||||||
|
|
Loading…
Reference in New Issue
Block a user