mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-10 08:03:08 +03:00
Merge pull request #227 from wiredfool/warnings
Enable warnings for test suite
This commit is contained in:
commit
c84a77bae7
|
@ -1,5 +1,9 @@
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
|
|
||||||
|
# require that deprecation warnings are triggered
|
||||||
|
import warnings
|
||||||
|
warnings.simplefilter('default')
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
py3 = (sys.version_info >= (3,0))
|
py3 = (sys.version_info >= (3,0))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user