Skip to content

Commit

Permalink
Added openqaoa-pyquil back inn test_imports.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KilianPoirier committed Feb 13, 2024
1 parent b3a501d commit 1032aa1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_imports.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit 1032aa1

Please sign in to comment.