From 749cf31bfbce04fa7bd3776a868b57ccf7d8b0be Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Wed, 25 Sep 2024 22:10:26 -0400 Subject: [PATCH] Fixing tests on macOS by ensuring gnureadline is used. --- Pipfile | 1 - tests/test_cmd2.py | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) 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