From 889ceedfb98d9db07eb044c4b43f181815b6f9a7 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Sun, 24 Apr 2022 08:28:21 +0300 Subject: [PATCH] Ignore warning Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com> --- Tests/test_imageqt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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