#!/usr/bin/python3

import sys

from pytest import console_main


if __name__ == "__main__":
    sys.exit(console_main())
