Skip to content

Commit 3bcec64

Browse files
authored
Merge pull request #333 from NordSecurity/msz/FILE-603-tests-broken-on-the-ci
Fix broken CI tests
2 parents 839b516 + 19f3765 commit 3bcec64

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/analytics-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
default: true
1616
- name: docker sdk
1717
run: |
18-
pip3 install docker
18+
pip3 install -r test/requirements.txt
1919
- name: Print docker version
2020
run: docker version
2121
- name: Build Docker image

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
default: true
1616
- name: docker sdk
1717
run: |
18-
pip3 install docker
18+
pip3 install -r test/requirements.txt
1919
- name: Print docker version
2020
run: docker version
2121
- name: Build Docker image

test/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
osxmetadata ~= 1.2; sys_platform == 'darwin'
2+
requests < 2.32.0
3+
docker == 7.0.0

0 commit comments

Comments
 (0)