diff options
author | Chris Evich <cevich@redhat.com> | 2021-08-09 15:04:31 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2021-08-09 17:32:55 -0400 |
commit | 27443660ce0f5f7365adc0f5fab98d4831cdd6ef (patch) | |
tree | 711c19ce6c5a0a9c52f7cfb566afcca27025d467 /test/python | |
parent | 431707c72044154b956944d00b1ba40b303decb2 (diff) | |
download | podman-27443660ce0f5f7365adc0f5fab98d4831cdd6ef.tar.gz podman-27443660ce0f5f7365adc0f5fab98d4831cdd6ef.tar.bz2 podman-27443660ce0f5f7365adc0f5fab98d4831cdd6ef.zip |
Enable docker-py compat. testing w/ ignored result
Significant bitrot results in almost immediate test failure. This
commit adds only the very basic, bare-minimum needed to get them
started.
***TESTING RESULTS ARE IGNORED***
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'test/python')
-rw-r--r-- | test/python/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/python/requirements.txt b/test/python/requirements.txt index ee85bf1d1..f177f76fc 100644 --- a/test/python/requirements.txt +++ b/test/python/requirements.txt @@ -1,5 +1,5 @@ docker~=4.4.3 - +requests-mock~=1.9.3 requests~=2.20.0 setuptools~=50.3.2 python-dateutil~=2.8.1 |