diff --git a/Pipfile b/Pipfile index fbf399ad..b9cdea27 100644 --- a/Pipfile +++ b/Pipfile @@ -27,7 +27,6 @@ pytest-mock = "*" sphinx = "*" sphinx-autobuild = "*" sphinx-rtd-theme = "*" -tableformatter="*" twine = ">=1.11" [pipenv] diff --git a/tests/test_cmd2.py b/tests/test_cmd2.py index 7d72be3d..99417ed9 100755 --- a/tests/test_cmd2.py +++ b/tests/test_cmd2.py @@ -29,6 +29,10 @@ plugin, utils, ) +from cmd2.rl_utils import ( + # This ensures gnureadline is used in macOS tests + readline, +) from .conftest import ( HELP_HISTORY,