diff --git a/Tests/test_imageqt.py b/Tests/test_imageqt.py index d6de69dd5..2f2b07918 100644 --- a/Tests/test_imageqt.py +++ b/Tests/test_imageqt.py @@ -5,7 +5,7 @@ import pytest from .helper import assert_image_similar, hopper with warnings.catch_warnings() as w: - warnings.simplefilter("always", category=DeprecationWarning) + warnings.simplefilter("ignore", category=DeprecationWarning) from PIL import ImageQt