Skip to content

Commit 717ca3a

Browse files
committed
Fix for urllib issue with the requests package
1 parent 2e2861e commit 717ca3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ jobs:
6161
versionSpec: $(python.version)
6262
architecture: x64
6363
-
64-
script: 'python -m pip install --upgrade pip && pip install -r test_requirements.txt && pip install pytest'
64+
script: 'python -m pip install --upgrade pip && pip install -r test_requirements.txt'
6565
displayName: 'Install mbed-os test dependencies'
6666
-
6767
script: |
68-
pip install --user flake8==3.7.3
68+
pip install --user flake8==3.7.3 'urllib3<1.25'
6969
python -m flake8
7070
condition: eq(variables['extraActions'], 'true')
7171
displayName: 'Enforce code style'

0 commit comments

Comments
 (0)