Skip to content

Commit

Permalink
correction
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Nov 6, 2024
1 parent 7a1b80c commit e70596f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pipenv/utils/resolver.py
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,8 @@ def resolve(self):
)

results = resolver.resolve(self.constraints, check_supported_wheels=False)
self.results = set(results.all_requirements)
self.resolved_tree.update(self.results)
return set(results.all_requirements)

except InstallationError as e:
Expand Down

0 comments on commit e70596f

Please sign in to comment.