• grahamlyons's avatar
    Ensure default timeout is used by API Client · ee75a1c2
    grahamlyons yazdı
    The `from_env` method on the `docker` module passed `None` as the
    value for the `timeout` keyword argument which overrode the default
    value in the initialiser, taken from `constants` module.
    
    This sets the default in the initialiser to `None` and adds logic
    to set that, in the same way that `version` is handled.
    Signed-off-by: 's avatargrahamlyons <graham@grahamlyons.com>
    ee75a1c2
client_test.py 3.76 KB