Skip to content

Commit 9f4c8c6

Browse files
committed
Fix for requests package dependencyissue
1 parent e5b5eeb commit 9f4c8c6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,13 @@ jobs:
6565
displayName: 'Install mbed-os test dependencies'
6666
-
6767
script: |
68-
pip install --user flake8==3.7.3 'urllib3<1.25'
68+
pip install --user flake8==3.7.3
6969
python -m flake8
7070
condition: eq(variables['extraActions'], 'true')
7171
displayName: 'Enforce code style'
72+
-
73+
script: 'pip install --user "urllib3<1.25"'
74+
displayName: 'Fix dependency issue for requests package'
7275
-
7376
script: "python -m coverage run setup.py test"
7477
displayName: "Test mbed-os-tools"

0 commit comments

Comments
 (0)