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..97c5d42b 100755 --- a/tests/test_cmd2.py +++ b/tests/test_cmd2.py @@ -16,6 +16,9 @@ from unittest import ( mock, ) +from cmd2.rl_utils import ( + readline, +) import pytest