Skip to content

Commit b16e271

Browse files
author
Cruz Monrreal
authored
Merge pull request #8446 from cmonr/pin-py-module
Pin urllib3 pip module in requirements.txt
2 parents 00e3064 + 461f55e commit b16e271

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ matrix:
8686

8787
- arm-none-eabi-gcc --version
8888
- python --version
89+
- pip list --verbose
8990
script:
9091
# Run local testing on tools
9192
- PYTHONPATH=. coverage run -a -m pytest tools/test

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Jinja2>=2.7.3
55
IntelHex>=1.3
66
junit-xml
77
pyYAML
8+
urllib3[secure]==1.23
89
requests
910
mbed-ls>=1.5.1,==1.*
1011
mbed-host-tests>=1.1.2

0 commit comments

Comments
 (0)