Merge pull request #8446 from cmonr/pin-py-module

Pin urllib3 pip module in requirements.txt
pull/8448/head
Cruz Monrreal 2018-10-16 21:29:50 -05:00 committed by GitHub
commit b16e2713b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -86,6 +86,7 @@ matrix:
- arm-none-eabi-gcc --version - arm-none-eabi-gcc --version
- python --version - python --version
- pip list --verbose
script: script:
# Run local testing on tools # Run local testing on tools
- PYTHONPATH=. coverage run -a -m pytest tools/test - PYTHONPATH=. coverage run -a -m pytest tools/test

View File

@ -5,6 +5,7 @@ Jinja2>=2.7.3
IntelHex>=1.3 IntelHex>=1.3
junit-xml junit-xml
pyYAML pyYAML
urllib3[secure]==1.23
requests requests
mbed-ls>=1.5.1,==1.* mbed-ls>=1.5.1,==1.*
mbed-host-tests>=1.1.2 mbed-host-tests>=1.1.2