Skip to content

Commit

Permalink
Merge #1561
Browse files Browse the repository at this point in the history
1561: test(python): pin docker version r=tiagolobocastro a=tiagolobocastro

Python package docker 7 no longer uses ssl_version parameter.

Co-authored-by: Tiago Castro <[email protected]>
  • Loading branch information
mayastor-bors and tiagolobocastro committed Dec 11, 2023
2 parents 5ccb082 + 403cea3 commit 51b47df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -279,9 +279,8 @@ pipeline {
}
post {
always {
sh 'nix-shell --run "./scripts/pytest-tests.sh --clean-all-exit" ci.nix'
junit '*-xunit-report.xml'
sh 'sudo ./scripts/check-coredumps.sh --since "${START_DATE}"'
sh 'nix-shell --run "./scripts/pytest-tests.sh --clean-all-exit" ci.nix'
}
}
}
Expand Down
1 change: 1 addition & 0 deletions test/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ pytest-timeout==2.1.0
pytest-variables==3.0.0
retrying==1.3.4
requests==2.31.0
docker==6.1.3

0 comments on commit 51b47df

Please sign in to comment.