docker-py/tests
Aanand Prasad 33e1a58b60 Stop pinging registries from the client
The daemon already pings the registry, so doing it on our end is
redundant and error-prone.

The `insecure_registry` argument to `push()`, `pull()` and `login()` has
been deprecated - in the latter case, it wasn't being used anyway.

The `insecure` argument to `docker.auth.resolve_repository_name()` has
also been deprecated.

`docker.utils.ping_registry()` has been deprecated.

`docker.auth.expand_registry_url()` has been removed.

Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
2015-07-20 19:50:18 +01:00
..
testdata/certs utils: add kwargs_from_env 2014-10-29 10:05:49 -07:00
__init__.py Create tests module for setuptools test support 2013-07-13 01:07:04 -05:00
base.py revert 2015-04-22 17:45:56 -07:00
fake_api.py Fix handling output from tty-enabled containers. 2015-07-06 18:20:41 -04:00
fake_stat.py Formatting 2015-02-12 15:54:16 -08:00
integration_test.py Fix Unix socket adapter bug with double slash in path + regression test 2015-06-30 23:59:03 +02:00
test.py Stop pinging registries from the client 2015-07-20 19:50:18 +01:00
utils_test.py Stop pinging registries from the client 2015-07-20 19:50:18 +01:00