Skip to content

Commit 4642a49

Browse files
authored
Improve error message for missin [cli] extra
If you copy paste the current message in bash / zsh it will error out with: ``` » pip install --upgrade hypothesis[cli] zsh: no matches found: hypothesis[cli] ```
1 parent ad3416c commit 4642a49

File tree

1 file changed

+1
-1
lines changed
  • hypothesis-python/src/hypothesis/extra

1 file changed

+1
-1
lines changed

hypothesis-python/src/hypothesis/extra/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
The Hypothesis command-line interface requires the `{}` package,
5454
which you do not have installed. Run:
5555
56-
python -m pip install --upgrade hypothesis[cli]
56+
python -m pip install --upgrade 'hypothesis[cli]'
5757
5858
and try again.
5959
"""

0 commit comments

Comments
 (0)