#!/bin/python

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

from logilab.common.pytest import run
run()
