We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e52a0e commit 219b90cCopy full SHA for 219b90c
Pipfile
@@ -27,7 +27,6 @@ pytest-mock = "*"
27
sphinx = "*"
28
sphinx-autobuild = "*"
29
sphinx-rtd-theme = "*"
30
-tableformatter="*"
31
twine = ">=1.11"
32
33
[pipenv]
tests/test_cmd2.py
@@ -29,6 +29,9 @@
plugin,
utils,
)
+from cmd2.rl_utils import (
+ readline, # This ensures gnureadline is used in macOS tests
34
+)
35
36
from .conftest import (
37
HELP_HISTORY,
0 commit comments