_webp not needed in this file

Co-Authored-By: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
Hugo van Kemenade 2020-02-20 12:24:46 +02:00 committed by GitHub
parent 2d5e479bcc
commit f43efb0aec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,9 @@
from io import BytesIO from io import BytesIO
import pytest
from PIL import Image from PIL import Image
from .helper import skip_unless_feature from .helper import skip_unless_feature
_webp = pytest.importorskip("PIL._webp", reason="WebP support not installed")
pytestmark = [ pytestmark = [
skip_unless_feature("webp"), skip_unless_feature("webp"),
skip_unless_feature("webp_mux"), skip_unless_feature("webp_mux"),