#!/usr/local/bin/python3.10

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

from logilab.common.pytest import run
run()
