diff options
author | Chris Yeoh <cyeoh@au1.ibm.com> | 2012-10-31 23:28:46 +1030 |
---|---|---|
committer | Chris Yeoh <cyeoh@au1.ibm.com> | 2012-10-31 23:28:46 +1030 |
commit | 117db792b80e1280135603d26e042bc4a17e02c2 (patch) | |
tree | 6358c0559d06773ba0b29433e7cc86bc267050fb /tools | |
parent | a94328f07257e8e21d1d54ffd47dc46bfbb3cd8d (diff) | |
download | nova-117db792b80e1280135603d26e042bc4a17e02c2.tar.gz nova-117db792b80e1280135603d26e042bc4a17e02c2.tar.xz nova-117db792b80e1280135603d26e042bc4a17e02c2.zip |
Force earlier version of sqlalchemy
Set the version of sqlalchemy to be earlier than the 0.8 beta as it
is incompatible with the latest available sqlalchemy-migrate and as
a result run_tests.sh does not run any tests.
Change-Id: I9c5515b76d35e4999f81d71e82f818685efe54ea
Diffstat (limited to 'tools')
-rw-r--r-- | tools/pip-requires | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pip-requires b/tools/pip-requires index 1e43a9c04..922f1a24a 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1,4 +1,4 @@ -SQLAlchemy>=0.7.8 +SQLAlchemy>=0.7.8,<=0.7.9 Cheetah==2.4.4 amqplib==0.6.1 anyjson>=0.2.4 |