Skip to content
Snippets Groups Projects
Verified Commit d7147b40 authored by Xavier Robin's avatar Xavier Robin
Browse files

test doesn't need the default compound lib

parent 92076781
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,4 @@ class TestCompLib(unittest.TestCase): ...@@ -31,7 +31,4 @@ class TestCompLib(unittest.TestCase):
if __name__ == "__main__": if __name__ == "__main__":
from ost import testutils from ost import testutils
if testutils.DefaultCompoundLibIsSet(): testutils.RunTests()
testutils.RunTests()
else:
print('No compound lib available. Ignoring test_complib tests.')
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment