mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
flake8
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
2556668c8c
commit
63b5722b16
@ -493,10 +493,6 @@ class CLITestCase(DockerClientTestCase):
|
|||||||
'image library/nonexisting-image:latest not found' in result.stderr or
|
'image library/nonexisting-image:latest not found' in result.stderr or
|
||||||
'pull access denied for nonexisting-image' in result.stderr)
|
'pull access denied for nonexisting-image' in result.stderr)
|
||||||
|
|
||||||
def test_pull_with_quiet(self):
|
|
||||||
assert self.dispatch(['pull', '--quiet']).stderr == ''
|
|
||||||
assert self.dispatch(['pull', '--quiet']).stdout == ''
|
|
||||||
|
|
||||||
def test_pull_with_parallel_failure(self):
|
def test_pull_with_parallel_failure(self):
|
||||||
result = self.dispatch([
|
result = self.dispatch([
|
||||||
'-f', 'ignore-pull-failures.yml', 'pull', '--parallel'],
|
'-f', 'ignore-pull-failures.yml', 'pull', '--parallel'],
|
||||||
|
@ -75,7 +75,6 @@ def v2_1_only():
|
|||||||
return min_version_skip(V2_1)
|
return min_version_skip(V2_1)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def v2_2_only():
|
def v2_2_only():
|
||||||
return min_version_skip(V2_2)
|
return min_version_skip(V2_2)
|
||||||
|
|
||||||
@ -84,7 +83,6 @@ def v2_3_only():
|
|||||||
return min_version_skip(V2_3)
|
return min_version_skip(V2_3)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def v3_only():
|
def v3_only():
|
||||||
return min_version_skip(V3_0)
|
return min_version_skip(V3_0)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user