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 4f5d1c7Copy full SHA for 4f5d1c7
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,10 @@
plugin,
utils,
)
+from cmd2.rl_utils import (
+ # This ensures gnureadline is used in macOS tests
34
+ readline,
35
+)
36
37
from .conftest import (
38
HELP_HISTORY,
0 commit comments