Skip to content

Commit

Permalink
Merge pull request #3719 from HypothesisWorks/sobolevn-patch-1
Browse files Browse the repository at this point in the history
Improve error message for missin `[cli]` extra
  • Loading branch information
Zac-HD authored Aug 18, 2023
2 parents ad3416c + 8bf23c5 commit 91e9e08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions hypothesis-python/RELEASE.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
RELEASE_TYPE: patch

Fixes the error message for missing ``[cli]`` extra.
2 changes: 1 addition & 1 deletion hypothesis-python/src/hypothesis/extra/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
The Hypothesis command-line interface requires the `{}` package,
which you do not have installed. Run:
python -m pip install --upgrade hypothesis[cli]
python -m pip install --upgrade 'hypothesis[cli]'
and try again.
"""
Expand Down

0 comments on commit 91e9e08

Please sign in to comment.