#!/opt/local/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python

import warnings
warnings.simplefilter('default', DeprecationWarning)

from logilab.common.pytest import run
run()
