From 5aa36c1861a6972b49df1b6022aa2f4ac30e1e66 Mon Sep 17 00:00:00 2001 From: Jhon Honce Date: Wed, 25 Jul 2018 14:04:34 -0700 Subject: Clean up pylint warnings and errors for podman * Some of the pedantic errors were not corrected * Clean up prep for porting to MacOS and PyPi hosting * Fix broken unittest Signed-off-by: Jhon Honce Closes: #1159 Approved by: rhatdan --- contrib/python/podman/test/test_images.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/python/podman/test') diff --git a/contrib/python/podman/test/test_images.py b/contrib/python/podman/test/test_images.py index 14bf90992..854f57dd7 100644 --- a/contrib/python/podman/test/test_images.py +++ b/contrib/python/podman/test/test_images.py @@ -109,7 +109,7 @@ class TestImages(PodmanTestCase): self.assertEqual(self.alpine_image.id, self.alpine_image.tag('alpine:fubar')) self.loadCache() - self.assertIn('alpine:fubar', self.alpine_image.repoTags) + self.assertIn('localhost/alpine:fubar', self.alpine_image.repoTags) def test_remove(self): before = self.loadCache() -- cgit v1.2.3-54-g00ecf