diff options
author | Joe Gordon <joe.gordon0@gmail.com> | 2014-09-11 12:38:57 -0700 |
---|---|---|
committer | Adam Gandelman <adamg@ubuntu.com> | 2014-09-12 00:31:11 -0700 |
commit | 8ffded729b65d52c21b048e2eff6f6265cc588fe (patch) | |
tree | 14e8f02bb92b09b3ddefc32d8b49be736d9eaa06 /requirements.txt | |
parent | 325688ef8e9bd9bfc3e874e129490bdb7947b928 (diff) | |
download | nova-8ffded729b65d52c21b048e2eff6f6265cc588fe.tar.gz |
Block sqlalchemy migrate 0.9.2 as it breaks all of nova
This is breaking nova unit tests
Closes-Bug: #1368391
(cherry picked from commit 9c2d6f21854bc79f03095163b8133a9fec68f9f2)
Change-Id: Ic82d787e41f7b6d6153d3c6b19902cc11a1c43bb
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 95a2a7f835..65680878c8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ WebOb>=1.2.3,<1.3 greenlet>=0.3.2 PasteDeploy>=1.5.0 Paste -sqlalchemy-migrate>=0.7.2 +sqlalchemy-migrate>=0.7.2,!=0.9.2 netaddr suds>=0.4 paramiko>=1.8.0 |