Skip to content
Snippets Groups Projects
Unverified Commit ad5450cd authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman Committed by GitHub
Browse files

Merge pull request #1089 from t-woerner/pin_requests_below_2_29

Pin requests to < 2.29 temporarily
parents 99e468ad e75d8213
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment