We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5b5eeb commit 9f4c8c6Copy full SHA for 9f4c8c6
azure-pipelines.yml
@@ -65,10 +65,13 @@ jobs:
65
displayName: 'Install mbed-os test dependencies'
66
-
67
script: |
68
- pip install --user flake8==3.7.3 'urllib3<1.25'
+ pip install --user flake8==3.7.3
69
python -m flake8
70
condition: eq(variables['extraActions'], 'true')
71
displayName: 'Enforce code style'
72
+ -
73
+ script: 'pip install --user "urllib3<1.25"'
74
+ displayName: 'Fix dependency issue for requests package'
75
76
script: "python -m coverage run setup.py test"
77
displayName: "Test mbed-os-tools"
0 commit comments