From d7147b406f02816049d5ba72701898f5763571da Mon Sep 17 00:00:00 2001 From: Xavier Robin <xavier.robin@unibas.ch> Date: Wed, 5 Jul 2023 09:52:30 +0200 Subject: [PATCH] test doesn't need the default compound lib --- modules/conop/tests/test_complib.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/modules/conop/tests/test_complib.py b/modules/conop/tests/test_complib.py index 2c3e3f812..b094625cb 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() -- GitLab