mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-28 17:10:02 +03:00
Simplified code
This commit is contained in:
parent
3ffce334b4
commit
7607474b42
|
@ -22,7 +22,6 @@ def test_wheel_modules() -> None:
|
||||||
expected_modules.remove("tkinter")
|
expected_modules.remove("tkinter")
|
||||||
|
|
||||||
# libavif is not available on Windows for x86 and ARM64 architectures
|
# libavif is not available on Windows for x86 and ARM64 architectures
|
||||||
if sys.platform == "win32":
|
|
||||||
if platform.machine() == "ARM64" or struct.calcsize("P") == 4:
|
if platform.machine() == "ARM64" or struct.calcsize("P") == 4:
|
||||||
expected_modules.remove("avif")
|
expected_modules.remove("avif")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user