mirror of https://github.com/docker/docker-py.git
parent
9756a4ec4c
commit
6e1f9333d3
|
@ -236,7 +236,7 @@ class BuildTest(BaseAPIIntegrationTest):
|
|||
|
||||
self.tmp_imgs.append('dockerpytest_customnetbuild')
|
||||
for chunk in stream:
|
||||
print chunk
|
||||
pass
|
||||
|
||||
assert self.client.inspect_image('dockerpytest_customnetbuild')
|
||||
|
||||
|
|
Loading…
Reference in New Issue