#!/opt/local/Library/Frameworks/Python.framework/Versions/3.9/bin/python3.9

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

from logilab.common.pytest import run
run()
