mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
enable warnings for test suite
This commit is contained in:
parent
cb28745049
commit
94d9218dd0
|
@ -1,5 +1,9 @@
|
|||
from __future__ import print_function
|
||||
|
||||
# require that deprecation warnings are triggered
|
||||
import warnings
|
||||
warnings.simplefilter('default')
|
||||
|
||||
import sys
|
||||
py3 = (sys.version_info >= (3,0))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user