Merge "Peg the version of Ming used in tests"

This commit is contained in:
Jenkins 2013-01-16 20:53:04 +00:00 committed by Gerrit Code Review
commit f614ce6ee9
2 changed files with 4 additions and 14 deletions

View File

@ -4,13 +4,8 @@ mock
mox
Babel>=0.9.6
# NOTE(dhellmann): Ming is necessary to provide the Mongo-in-memory
# implementation of MongoDB. The original source for Ming is at
# http://sourceforge.net/project/merciless but there does not seem to
# be a way to point to a "zipball" of the latest HEAD there, and we
# need features present only in that version. I forked the project to
# github to make it easier to install, then ended up making some
# changes to it so it would be compatible with PyMongo's API.
https://github.com/dreamhost/Ming/zipball/master#egg=Ming
# implementation of MongoDB.
Ming>=0.3.2
http://tarballs.openstack.org/nova/nova-master.tar.gz
http://tarballs.openstack.org/glance/glance-master.tar.gz
setuptools-git>=0.4

View File

@ -4,13 +4,8 @@ coverage
mock
mox
# NOTE(dhellmann): Ming is necessary to provide the Mongo-in-memory
# implementation of MongoDB. The original source for Ming is at
# http://sourceforge.net/project/merciless but there does not seem to
# be a way to point to a "zipball" of the latest HEAD there, and we
# need features present only in that version. I forked the project to
# github to make it easier to install, then ended up making some
# changes to it so it would be compatible with PyMongo's API.
https://github.com/dreamhost/Ming/zipball/master#egg=Ming
# implementation of MongoDB.
Ming>=0.3.2
http://tarballs.openstack.org/glance/glance-stable-folsom.tar.gz
setuptools-git>=0.4
# FIXME(dhellmann): We need a version of WSME more current