#!/usr/local/bin/python2.7

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

from logilab.common.pytest import run
run()
