diff --git a/modules/conop/tests/test_complib.py b/modules/conop/tests/test_complib.py index 2c3e3f8121c2ea6d678a1edf67b9e0fbf1469dbf..b094625cb166e26d68192a233e5e5e1469e40146 100644 --- a/modules/conop/tests/test_complib.py +++ b/modules/conop/tests/test_complib.py @@ -31,7 +31,4 @@ class TestCompLib(unittest.TestCase): if __name__ == "__main__": from ost import testutils - if testutils.DefaultCompoundLibIsSet(): - testutils.RunTests() - else: - print('No compound lib available. Ignoring test_complib tests.') \ No newline at end of file + testutils.RunTests()