We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef87986 commit 5022a5fCopy full SHA for 5022a5f
tests/e2e_tests/conftest.py
@@ -66,7 +66,9 @@ def local_chain(request):
66
" or use documentation [blue]https://docs.docker.com/engine/install/[/blue]"
67
)
68
elif sys.platform == "darwin":
69
- docker_command = "Install docker with command [blue]brew install docker[/blue]"
+ docker_command = (
70
+ "Install docker with command [blue]brew install docker[/blue]"
71
+ )
72
else:
73
docker_command = "[blue]Unknown OS, install Docker manually: https://docs.docker.com/get-docker/[/blue]"
74
0 commit comments