CI: Run some tests with the latest development versions of Docker SDK for Python, requests, and urllib3 (#902)

* Run some tests with the latest development versions of Docker SDK for Python, requests, and urllib3.

* Use LooseVersion instead of StrictVersion to parse urllib3 versions.
This commit is contained in:
Felix Fontein
2024-06-29 18:57:08 +02:00
committed by GitHub
parent 165571f5cf
commit 81cabbf697
9 changed files with 73 additions and 11 deletions
+4 -4
View File
@@ -205,8 +205,8 @@ stages:
parameters:
testFormat: devel/{0}
targets:
- name: RHEL 9.4 with latest Docker SDK from PyPi
test: rhel/9.4-pypi-latest
- name: RHEL 9.4 with Docker SDK, urllib3, requests from sources
test: rhel/9.4-dev-latest
groups:
- 1
- 2
@@ -222,8 +222,8 @@ stages:
parameters:
testFormat: 2.17/{0}
targets:
- name: RHEL 9.3 with latest Docker SDK from PyPi
test: rhel/9.3-pypi-latest
- name: RHEL 9.3
test: rhel/9.3
groups:
- 1
- 2