Bug #787296: test_walk_versions fails with SQLalchemy 0.7

Cap SQLalchemy and sqlalchemy-migrate at 0.6.x.  This works around the
problem where test_walk_versions fails with 0.7.

It's obviously not a long-term fix.
This commit is contained in:
Ewan Mellor 2011-05-23 19:01:54 -07:00
parent b6b231fd15
commit 65d06e2f84

View File

@ -1,5 +1,5 @@
greenlet>=0.3.1
SQLAlchemy>=0.6.3
SQLAlchemy>=0.6.3,<0.7
pep8==0.5.0
pylint==0.19
anyjson
@ -14,5 +14,5 @@ argparse
mox==0.5.0
swift
-f http://pymox.googlecode.com/files/mox-0.5.0.tar.gz
sqlalchemy-migrate>=0.6
sqlalchemy-migrate>=0.6,<0.7
bzr