forked from TrueCloudLab/s3-tests
set boto version for 2.4.1
2.5.x has an issue when a 400 response is returned. Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
This commit is contained in:
parent
18bca10fd5
commit
769edeb53b
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
PyYAML
|
PyYAML
|
||||||
nose >=1.0.0
|
nose >=1.0.0
|
||||||
boto >=2.1
|
boto ==2.4.1
|
||||||
bunch >=1.0.0
|
bunch >=1.0.0
|
||||||
# 0.14 switches to libev, that means bootstrap needs to change too
|
# 0.14 switches to libev, that means bootstrap needs to change too
|
||||||
gevent ==0.13.6
|
gevent ==0.13.6
|
||||||
|
|
Loading…
Reference in a new issue