mirror of https://github.com/ARMmbed/mbed-os.git
travis: fix 3.5 test bug in attrs
Using specific version (pre 20) should fix the issue https://github.com/ARMmbed/mbed-os/issues/14110pull/14167/head
parent
a9d72466b9
commit
185545adb9
|
@ -160,6 +160,7 @@ matrix:
|
||||||
- |-
|
- |-
|
||||||
tr -d ' ' >> requirements.txt <<< "
|
tr -d ' ' >> requirements.txt <<< "
|
||||||
mock==2.0.0
|
mock==2.0.0
|
||||||
|
attrs==19.1.0
|
||||||
pytest==3.3.0
|
pytest==3.3.0
|
||||||
pylint>=1.9,<2
|
pylint>=1.9,<2
|
||||||
hypothesis>=3,<4
|
hypothesis>=3,<4
|
||||||
|
|
Loading…
Reference in New Issue