Skip to content

Commit 25e8ad0

Browse files
committed
trivial: Prefer '[testenv] pip_pre'
We have an option specifically for this use case. Tell people about it. Signed-off-by: Stephen Finucane <[email protected]>
1 parent 3eb6376 commit 25e8ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tox/session/cmd/legacy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def tox_add_option(parser: ToxParser) -> None:
6262
our.add_argument(
6363
"--pre",
6464
action="store_true",
65-
help="deprecated use PIP_PRE in set_env instead - install pre-releases and development versions of"
65+
help="deprecated use pip_pre=true in a testenv instead - install pre-releases and development versions of"
6666
"dependencies; this will set PIP_PRE=1 environment variable",
6767
)
6868
our.add_argument(

0 commit comments

Comments
 (0)