Skip to content

Commit d19d753

Browse files
committed
Clarify behavior of --no-cache-dir with respect to bdist_wheel
See pypa#5749
1 parent 88bcb26 commit d19d753

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

news/E8975E25-403C-4022-899B-D192894358EA.trivial

Whitespace-only changes.

src/pip/_internal/cli/cmdoptions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,8 @@ def no_cache_dir_callback(option, opt, value, parser):
576576
dest="cache_dir",
577577
action="callback",
578578
callback=no_cache_dir_callback,
579-
help="Disable the cache.",
579+
help='Disable the cache. Warning: also disables the wheel '
580+
'build step (see pip issue #5749).',
580581
) # type: Callable[..., Option]
581582

582583
no_deps = partial(

0 commit comments

Comments
 (0)