diff --git a/tests/integration_test.py b/tests/integration_test.py index ac4a8717..2a639e2c 100644 --- a/tests/integration_test.py +++ b/tests/integration_test.py @@ -1477,7 +1477,6 @@ class TestRegressions(BaseTestCase): self.client.start(ctnr) self.client.stop(ctnr) - if __name__ == '__main__': c = docker.Client(base_url=DEFAULT_BASE_URL) c.pull('busybox')