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 2e2861e commit 717ca3aCopy full SHA for 717ca3a
azure-pipelines.yml
@@ -61,11 +61,11 @@ jobs:
61
versionSpec: $(python.version)
62
architecture: x64
63
-
64
- script: 'python -m pip install --upgrade pip && pip install -r test_requirements.txt && pip install pytest'
+ script: 'python -m pip install --upgrade pip && pip install -r test_requirements.txt'
65
displayName: 'Install mbed-os test dependencies'
66
67
script: |
68
- pip install --user flake8==3.7.3
+ pip install --user flake8==3.7.3 'urllib3<1.25'
69
python -m flake8
70
condition: eq(variables['extraActions'], 'true')
71
displayName: 'Enforce code style'
0 commit comments