From 27443660ce0f5f7365adc0f5fab98d4831cdd6ef Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Mon, 9 Aug 2021 15:04:31 -0400 Subject: 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 --- test/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/python') 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 -- cgit v1.2.3-54-g00ecf