Skip to content

Commit 219b90c

Browse files
committed
Fixing tests on macOS by ensuring gnureadline is used.
1 parent 8e52a0e commit 219b90c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Pipfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ pytest-mock = "*"
2727
sphinx = "*"
2828
sphinx-autobuild = "*"
2929
sphinx-rtd-theme = "*"
30-
tableformatter="*"
3130
twine = ">=1.11"
3231

3332
[pipenv]

tests/test_cmd2.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
plugin,
3030
utils,
3131
)
32+
from cmd2.rl_utils import (
33+
readline, # This ensures gnureadline is used in macOS tests
34+
)
3235

3336
from .conftest import (
3437
HELP_HISTORY,

0 commit comments

Comments
 (0)