diff --git a/Tests/test_cffi.py b/Tests/test_cffi.py index 4065a9e53..1c0d8d31e 100644 --- a/Tests/test_cffi.py +++ b/Tests/test_cffi.py @@ -1,16 +1,15 @@ from tester import * -from PIL import Image, PyAccess - -import test_image_putpixel as put -import test_image_getpixel as get - - - try: import cffi except: skip() + +from PIL import Image, PyAccess + +import test_image_putpixel as put +import test_image_getpixel as get + Image.USE_CFFI_ACCESS = True