Allow for sqla 0.8... finally
It turns out we actually support sqla 0.8.x... yay! Set this in global requirements so we start running 0.8.4 in the gate. Which might also have interesting performance benefits. This requires an update of the requirements integration tests (which are in the pbr tree.... o_O) Depends-On: I01b2b7c78e7e7144280c98cdbbe29b012a8a8d93 Change-Id: I7a22dbb47e85f3adf5d43583f5b9bac4f65fde14
This commit is contained in:
parent
df444f161d
commit
57dd573043
@ -94,7 +94,7 @@ sockjs-tornado>=1.0.0,<2.0.0
|
|||||||
# on pypi) as < 0.8 so the "clear" version of this requirement, is
|
# on pypi) as < 0.8 so the "clear" version of this requirement, is
|
||||||
# actually broken. The fix for this isn't until pip 1.4.1, which is
|
# actually broken. The fix for this isn't until pip 1.4.1, which is
|
||||||
# way more current than what most distros have.
|
# way more current than what most distros have.
|
||||||
SQLAlchemy>=0.7.8,<=0.7.99
|
SQLAlchemy>=0.7.8,<=0.8.99
|
||||||
sqlalchemy-migrate>=0.8.2
|
sqlalchemy-migrate>=0.8.2
|
||||||
stevedore>=0.12
|
stevedore>=0.12
|
||||||
suds>=0.4
|
suds>=0.4
|
||||||
|
Loading…
Reference in New Issue
Block a user