Skip to content

Commit

Permalink
spurious logic
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Oct 31, 2024
1 parent c24063a commit bb05844
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pipenv/routines/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,14 +392,6 @@ def upgrade(
pypi_mirror=pypi_mirror,
)

# Verify no conflicts were introduced during resolution
for package_name, package_data in full_lock_resolution.items():
if package_name in upgrade_lock_data:
version = package_data.get("version", "").replace("==", "")
if not version:
# Either vcs or file package
continue

# Update lockfile with verified resolution data
for package_name in upgrade_lock_data:
correct_package_lock = full_lock_resolution.get(package_name)
Expand Down

0 comments on commit bb05844

Please sign in to comment.