Skip to content

Commit

Permalink
Clarify behavior of --no-cache-dir with respect to bdist_wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
ihnorton committed Feb 21, 2019
1 parent 88bcb26 commit d19d753
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Empty file.
3 changes: 2 additions & 1 deletion src/pip/_internal/cli/cmdoptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,8 @@ def no_cache_dir_callback(option, opt, value, parser):
dest="cache_dir",
action="callback",
callback=no_cache_dir_callback,
help="Disable the cache.",
help='Disable the cache. Warning: also disables the wheel '
'build step (see pip issue #5749).',
) # type: Callable[..., Option]

no_deps = partial(
Expand Down

0 comments on commit d19d753

Please sign in to comment.