Skip to content

Commit

Permalink
fix failing prepare test
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertDeFusco committed Aug 13, 2020
1 parent a5fb268 commit d57fb1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions anaconda_project/internal/cli/test/test_prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ def test_prepare_command_requirements_python_none(monkeypatch):
_test_prepare_command_requirements(monkeypatch, UI_MODE_TEXT_ASSUME_YES_DEVELOPMENT, python=None)


def test_prepare_command_requirements_python_37(monkeypatch):
_test_prepare_command_requirements(monkeypatch, UI_MODE_TEXT_ASSUME_YES_DEVELOPMENT, python='3.7')
def test_prepare_command_requirements_python3(monkeypatch):
_test_prepare_command_requirements(monkeypatch, UI_MODE_TEXT_ASSUME_YES_DEVELOPMENT, python='3')


def _monkeypatch_can_connect_to_socket_to_fail_to_find_redis(monkeypatch):
Expand Down

0 comments on commit d57fb1f

Please sign in to comment.