Skip to content

Commit 889ceed

Browse files
hugovkradarhere
andauthored
Ignore warning
Co-authored-by: Andrew Murray <[email protected]>
1 parent b32641a commit 889ceed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/test_imageqt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from .helper import assert_image_similar, hopper
66

77
with warnings.catch_warnings() as w:
8-
warnings.simplefilter("always", category=DeprecationWarning)
8+
warnings.simplefilter("ignore", category=DeprecationWarning)
99
from PIL import ImageQt
1010

1111

0 commit comments

Comments
 (0)