Skip to content

Commit

Permalink
Fixing tests on macOS by ensuring gnureadline is used.
Browse files Browse the repository at this point in the history
  • Loading branch information
kmvanbrunt committed Sep 26, 2024
1 parent 8e52a0e commit 4f5d1c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ pytest-mock = "*"
sphinx = "*"
sphinx-autobuild = "*"
sphinx-rtd-theme = "*"
tableformatter="*"
twine = ">=1.11"

[pipenv]
Expand Down
4 changes: 4 additions & 0 deletions tests/test_cmd2.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
plugin,
utils,
)
from cmd2.rl_utils import (
# This ensures gnureadline is used in macOS tests
readline,
)

from .conftest import (
HELP_HISTORY,
Expand Down

0 comments on commit 4f5d1c7

Please sign in to comment.