diff options
author | openshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com> | 2021-08-16 15:04:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-16 15:04:54 +0000 |
commit | 26b1dddda7aca89e57608ea232e84a1802591562 (patch) | |
tree | 52a79d694324e0b48d60e12444901e6ef0baf706 /test | |
parent | 41fb06a251f5639a1347b15f2e3ecdca54efa664 (diff) | |
parent | 27443660ce0f5f7365adc0f5fab98d4831cdd6ef (diff) | |
download | podman-26b1dddda7aca89e57608ea232e84a1802591562.tar.gz podman-26b1dddda7aca89e57608ea232e84a1802591562.tar.bz2 podman-26b1dddda7aca89e57608ea232e84a1802591562.zip |
Merge pull request #11169 from cevich/enable_docker_py_testing
Enable docker-py compat. testing w/ ignored result
Diffstat (limited to 'test')
-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 |