Skip to content

Commit 4f5d1c7

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

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
plugin,
3030
utils,
3131
)
32+
from cmd2.rl_utils import (
33+
# This ensures gnureadline is used in macOS tests
34+
readline,
35+
)
3236

3337
from .conftest import (
3438
HELP_HISTORY,

0 commit comments

Comments
 (0)