#!/usr/bin/env python3

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

from logilab.common.pytest import run
run()
