pypa / pipenv

Python Development Workflow for Humans.
https://pipenv.pypa.io
MIT License
24.89k stars 1.87k forks source link

Fix the --system without --deploy flag bug #6297

Closed matteius closed 3 weeks ago

matteius commented 3 weeks ago

Fix the --system without --deploy flag bug

The issue

Fixes #6295 Fixes #6296

The fix

Recent refactor did not consider the --system flag without --deploy, in part because we were missing a test for it.

Adds test for it.

The checklist