From 00b4b2a7161bc2377008c84eced59e3a01c35ac1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Szczygie=C5=82?= Date: Tue, 21 May 2024 15:26:14 +0300 Subject: [PATCH] Fix broken CI tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mateusz Szczygieł --- .github/workflows/integration-tests.yml | 2 +- test/requirements.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 14c236ad..70d6f5b3 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -15,7 +15,7 @@ jobs: default: true - name: docker sdk run: | - pip3 install docker + pip3 install -r test/requirements.txt - name: Print docker version run: docker version - name: Build Docker image diff --git a/test/requirements.txt b/test/requirements.txt index 41069d6a..94271f9b 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -1 +1,3 @@ osxmetadata ~= 1.2; sys_platform == 'darwin' +requests < 2.32.0 +docker == 7.0.0