Skip to content
Snippets Groups Projects
Commit 2d331aea authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

[typo]

parent 9ccf6ba8
Branches
Tags v2.5.0
1 merge request!207Fixed [typo]
Pipeline #45402 canceled
...@@ -146,7 +146,9 @@ def is_library_available(library): ...@@ -146,7 +146,9 @@ def is_library_available(library):
return function(*args, **kwargs) return function(*args, **kwargs)
except ImportError as e: except ImportError as e:
raise SkipTest("Skipping test since `mxnet` is not available: %s" % e) raise SkipTest(
f"Skipping test since `{library}` is not available: %s" % e
)
return wrapper return wrapper
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment