Skip to content

Commit

Permalink
Fixing tests on macOS by ensuring gnureadline is used.
Browse files Browse the repository at this point in the history
  • Loading branch information
kmvanbrunt committed Sep 26, 2024
1 parent 8e52a0e commit 749cf31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ pytest-mock = "*"
sphinx = "*"
sphinx-autobuild = "*"
sphinx-rtd-theme = "*"
tableformatter="*"
twine = ">=1.11"

[pipenv]
Expand Down
3 changes: 3 additions & 0 deletions tests/test_cmd2.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
from unittest import (
mock,
)
from cmd2.rl_utils import (
readline,
)

import pytest

Expand Down

0 comments on commit 749cf31

Please sign in to comment.