docker-py/tests/integration/credentials
Ningú 42789818be
credentials: eliminate distutils deprecation warnings (#3028)
While removing any usage of the deprecated `distutils` package,
("The distutils package is deprecated and slated for removal in Python 3.12.")
this internal utility can be removed straightaway because the
`shutil.which` replacement for `distutils.spawn.find_executable`
already honors the `PATHEXT` environment variable in windows systems.

See https://docs.python.org/3/library/shutil.html#shutil.which

Signed-off-by: Daniel Möller <n1ngu@riseup.net>
2022-08-02 10:19:50 -04:00
..
__init__.py Make dockerpycreds part of the SDK under docker.credentials 2019-04-30 23:37:55 -07:00
create_gpg_key.sh Make dockerpycreds part of the SDK under docker.credentials 2019-04-30 23:37:55 -07:00
store_test.py credentials: eliminate distutils deprecation warnings (#3028) 2022-08-02 10:19:50 -04:00
utils_test.py Don't install mock backport 2021-10-11 23:06:12 +03:00