Skip to content

Commit

Permalink
don't set package pretty_version (#7305)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimbleby authored Jan 22, 2023
1 parent ed5441f commit 33b8b5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/poetry/packages/locker.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ def locked_repository(self) -> LockfileRepository:
package = Package(
name,
info["version"],
info["version"],
source_type=source_type,
source_url=url,
source_reference=source.get("reference"),
Expand Down

0 comments on commit 33b8b5a

Please sign in to comment.