Skip to content

Commit

Permalink
Add a test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorybchris committed Dec 28, 2024
1 parent 118c2f4 commit 1229155
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/myxa/resolver.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def resolve(self, entry_package: Package) -> dict[str, Dep]:
if not self._resolve(entry_package):
msg = "Unable to resolve dependencies."
raise UserError(msg)
# TODO: Add a test for this case
self.resolved.pop(entry_package.info.name)
ret = self.resolved
self.resolved = {}
Expand Down

0 comments on commit 1229155

Please sign in to comment.