Update requirements not to boto 2.13.0
Latest boto 2.13.0 has a bug which lead to unit tests fails, before it's fixed avoid use this version. Fix bug #1224832 Change-Id: I8a81adfc0cb0ad37d27b11db3c881735a099a95c
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ SQLAlchemy>=0.7.8,<=0.7.99
|
||||
amqplib>=0.6.1
|
||||
anyjson>=0.3.3
|
||||
argparse
|
||||
boto>=2.4.0
|
||||
boto>=2.4.0,!=2.13.0
|
||||
eventlet>=0.13.0
|
||||
Jinja2
|
||||
kombu>=2.4.8
|
||||
|
||||
Reference in New Issue
Block a user