diff options
author | Andrew Gauld <agauld@att.com> | 2019-08-13 13:32:27 +0000 |
---|---|---|
committer | Andrew Gauld <agauld@att.com> | 2019-08-13 15:06:26 +0000 |
commit | ebd03eb6490b8e60fe0f090aac921efb7778f1f5 (patch) | |
tree | d2b752e49028ff637641a320f1156d2d119fb71f /python-dockering/tests/test_core.py | |
parent | 5013228b2a3deb99d56c8aa433e746abf9b1f458 (diff) |
Update obsolete docker python version5.0.2-ONAP5.0.1-ONAPelalto
Issue-ID: DCAEGEN2-1725
Signed-off-by: Andrew Gauld <agauld@att.com>
Change-Id: I2bbb52591c6c1774303d8d2b6bc3480fb28d9fac
Signed-off-by: Andrew Gauld <agauld@att.com>
Diffstat (limited to 'python-dockering/tests/test_core.py')
-rw-r--r-- | python-dockering/tests/test_core.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python-dockering/tests/test_core.py b/python-dockering/tests/test_core.py index 76e027b..08cadfc 100644 --- a/python-dockering/tests/test_core.py +++ b/python-dockering/tests/test_core.py @@ -20,7 +20,6 @@ import os from functools import partial import pytest -import docker from dockering import core as doc from dockering.exceptions import DockerError, DockerConnectionError |