mirror of
https://github.com/docker/compose.git
synced 2025-07-25 22:54:54 +02:00
Fix failing unit tests
Signed-off-by: Joey Payne <jyapayne@gmail.com>
This commit is contained in:
parent
33fcfca040
commit
c64f7dde04
@ -446,6 +446,7 @@ class ServiceTest(unittest.TestCase):
|
|||||||
nocache=False,
|
nocache=False,
|
||||||
rm=True,
|
rm=True,
|
||||||
buildargs=None,
|
buildargs=None,
|
||||||
|
cache_from=None,
|
||||||
)
|
)
|
||||||
|
|
||||||
def test_ensure_image_exists_no_build(self):
|
def test_ensure_image_exists_no_build(self):
|
||||||
@ -482,6 +483,7 @@ class ServiceTest(unittest.TestCase):
|
|||||||
nocache=False,
|
nocache=False,
|
||||||
rm=True,
|
rm=True,
|
||||||
buildargs=None,
|
buildargs=None,
|
||||||
|
cache_from=None,
|
||||||
)
|
)
|
||||||
|
|
||||||
def test_build_does_not_pull(self):
|
def test_build_does_not_pull(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user