Skip to content

Commit 749cf31

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

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
@@ -16,6 +16,9 @@
1616
from unittest import (
1717
mock,
1818
)
19+
from cmd2.rl_utils import (
20+
readline,
21+
)
1922

2023
import pytest
2124

0 commit comments

Comments
 (0)