Simplified code

This commit is contained in:
Andrew Murray 2025-06-14 17:25:53 +10:00
parent 3ffce334b4
commit 7607474b42

View File

@ -22,7 +22,6 @@ def test_wheel_modules() -> None:
expected_modules.remove("tkinter")
# libavif is not available on Windows for x86 and ARM64 architectures
if sys.platform == "win32":
if platform.machine() == "ARM64" or struct.calcsize("P") == 4:
expected_modules.remove("avif")