diff --git a/depgather/pip_cli.py b/depgather/pip_cli.py index b3c0220..15424f1 100644 --- a/depgather/pip_cli.py +++ b/depgather/pip_cli.py @@ -68,6 +68,7 @@ def gather( "--no-color", "--dry-run", "--quiet", + "--force-reinstall", "--report", str(report_path), "--index-url", diff --git a/tests/test_pip_cli.py b/tests/test_pip_cli.py index 5ef239a..5c78996 100755 --- a/tests/test_pip_cli.py +++ b/tests/test_pip_cli.py @@ -68,6 +68,6 @@ def test_issue_84() -> None: "tzdata", "vine", "wcwidth", - # "packaging", # not present locally + "packaging", }, )