mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Merge pull request #5619 from kurtmckee/add-missing-spaces-issue-5618
Add missing spaces to `--keep-outdated` deprecation text
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Add missing spaces to the ``--keep-outdated`` flag's deprecation warning.
|
||||
@@ -157,7 +157,7 @@ def keep_outdated_option(f):
|
||||
state.installstate.keep_outdated = value
|
||||
if value:
|
||||
click.secho(
|
||||
"The flag --keep-outdated has been deprecated for removal."
|
||||
"The flag --keep-outdated has been deprecated for removal. "
|
||||
"The flag does not respect package resolver results and leads to inconsistent lock files. "
|
||||
"Please pin relevant requirements in your Pipfile and discontinue use of this flag.",
|
||||
fg="yellow",
|
||||
|
||||
Reference in New Issue
Block a user