def skip(msg=BaseReason()):
""" skip with the given Message. """
__tracebackhide__ = True
raise Skipped(msg=msg)