diff --git a/tests/test_imports.py b/tests/test_imports.py index a745087a..28ccfbc1 100644 --- a/tests/test_imports.py +++ b/tests/test_imports.py @@ -17,9 +17,7 @@ def test_all_module_import(self): """ folder_names = [ - each_file - for each_file in os.listdir("src") - if ("openqaoa-" in each_file and not "openqaoa-pyquil") + each_file for each_file in os.listdir("src") if "openqaoa" in each_file ] packages_import = []