runpandas._testing.skip_on_exception

runpandas._testing.skip_on_exception(exp)

Skip a test if a specific Exception is raised. This is because the Exception is raised for reasons beyond our control (e.g. flakey 3rd-party API). a signature-preserving decorator :param exp: :type exp: The Exception under which to execute try-except.