We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b32641a commit 889ceedCopy full SHA for 889ceed
Tests/test_imageqt.py
@@ -5,7 +5,7 @@
5
from .helper import assert_image_similar, hopper
6
7
with warnings.catch_warnings() as w:
8
- warnings.simplefilter("always", category=DeprecationWarning)
+ warnings.simplefilter("ignore", category=DeprecationWarning)
9
from PIL import ImageQt
10
11
0 commit comments