Use docker-py 1.0.0

Signed-off-by: Zoltan Nagy <abesto@abesto.net>
This commit is contained in:
Zoltan Nagy 2015-02-20 17:18:51 +01:00
commit 8f38b28816
3 changed files with 3 additions and 3 deletions

View file

@ -19,4 +19,4 @@ class DockerClientTestCase(unittest.TestCase):
with mock.patch.dict(os.environ):
os.environ['DOCKER_CLIENT_TIMEOUT'] = timeout = "300"
client = docker_client.docker_client()
self.assertEqual(client._timeout, int(timeout))
self.assertEqual(client.timeout, int(timeout))