docker-py/tests
Milas Bowman 4765f62441 test: mark invalid test as xfail
This test looks for some behavior on non-chunked HTTP requests.

It now fails because it looks like recent versions of Docker Engine
ALWAYS return chunked responses (or perhaps this specific response
changed somehow to now trigger chunking whereas it did not previously).

The actual logic it's trying to test is also unusual because it's
trying to hackily propagate errors under the assumption that it'd get
a non-chunked response on failure, which is...not reliable. Arguably,
the chunked reader should be refactored somehow but that's a refactor
we can't really commit to (and it's evidently been ok enough as is
up until now).

Signed-off-by: Milas Bowman <milas.bowman@docker.com>
2022-07-26 13:00:49 -04:00
..
gpg-keys Make dockerpycreds part of the SDK under docker.credentials 2019-04-30 23:37:55 -07:00
integration test: mark invalid test as xfail 2022-07-26 13:00:49 -04:00
ssh use python3.6+ constructs 2021-07-05 18:30:07 -04:00
ssh-keys Shell out to SSH client for an ssh connection 2020-10-13 10:42:38 +02:00
unit utils: fix IPv6 address w/ port parsing (#3006) 2022-07-26 11:35:44 -04:00
Dockerfile Shell out to SSH client for an ssh connection 2020-10-13 10:42:38 +02:00
Dockerfile-dind-certs Remove support to pre python 3.6 2021-03-22 10:18:23 -03:00
Dockerfile-ssh-dind Fix ssh connection - don't override the host and port of the http pool 2020-11-18 14:44:24 +01:00
__init__.py Create tests module for setuptools test support 2013-07-13 01:07:04 -05:00
helpers.py use python3.6+ constructs 2021-07-05 18:30:07 -04:00