mirror of
https://github.com/docker/compose.git
synced 2026-09-01 07:11:06 +00:00
Revert "only pull images that can't build"
This reverts commit c6dd7da15e.
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
f4cf7a939e
commit
e6ec77047b
2 changed files with 2 additions and 12 deletions
|
|
@ -661,13 +661,6 @@ class CLITestCase(DockerClientTestCase):
|
|||
'image library/nonexisting-image:latest not found' in result.stderr or
|
||||
'pull access denied for nonexisting-image' in result.stderr)
|
||||
|
||||
def test_pull_with_build(self):
|
||||
result = self.dispatch(['-f', 'pull-with-build.yml', 'pull'])
|
||||
|
||||
assert 'Pulling simple' not in result.stderr
|
||||
assert 'Pulling from_simple' not in result.stderr
|
||||
assert 'Pulling another ...' in result.stderr
|
||||
|
||||
def test_pull_with_quiet(self):
|
||||
assert self.dispatch(['pull', '--quiet']).stderr == ''
|
||||
assert self.dispatch(['pull', '--quiet']).stdout == ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue