Skip to content

Commit 91e9e08

Browse files
authored
Merge pull request #3719 from HypothesisWorks/sobolevn-patch-1
Improve error message for missin `[cli]` extra
2 parents ad3416c + 8bf23c5 commit 91e9e08

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

hypothesis-python/RELEASE.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
RELEASE_TYPE: patch
2+
3+
Fixes the error message for missing ``[cli]`` extra.

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)