Pin requests to < 2.29 temporarily

Due to https://github.com/docker/docker-py/issues/3113 requests need to
be pinned below 2.29 as a temporary solution.
This commit is contained in:
Thomas Woerner
2023-05-05 15:06:38 +02:00
parent 99e468ad60
commit e75d82131d
6 changed files with 6 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ jobs:
retryCountOnTaskFailure: 5
displayName: Install tools
- script: pip install molecule-plugins[docker]
- script: pip install molecule-plugins[docker] requests<2.29
retryCountOnTaskFailure: 5
displayName: Install molecule

View File

@@ -24,6 +24,7 @@ jobs:
- script: |
pip install \
"molecule-plugins[docker]" \
"requests<2.29" \
"ansible${{ parameters.ansible_version }}"
retryCountOnTaskFailure: 5
displayName: Install molecule and Ansible

View File

@@ -34,6 +34,7 @@ jobs:
- script: |
pip install \
"molecule-plugins[docker]" \
"requests<2.29" \
"ansible${{ parameters.ansible_version }}"
retryCountOnTaskFailure: 5
displayName: Install molecule and Ansible

View File

@@ -33,6 +33,7 @@ jobs:
- script: |
pip install \
"molecule-plugins[docker]" \
"requests<2.29" \
"ansible${{ parameters.ansible_version }}"
retryCountOnTaskFailure: 5
displayName: Install molecule and Ansible

View File

@@ -33,6 +33,7 @@ jobs:
- script: |
pip install \
"molecule-plugins[docker]" \
"requests<2.29" \
"ansible${{ parameters.ansible_version }}"
retryCountOnTaskFailure: 5
displayName: Install molecule and Ansible

View File

@@ -27,6 +27,7 @@ jobs:
- script: |
pip install \
"molecule-plugins[docker]" \
"requests<2.29" \
"ansible${{ parameters.ansible_version }}"
retryCountOnTaskFailure: 5
displayName: Install molecule and Ansible