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 mox
Babel>=0.9.6 Babel>=0.9.6
# NOTE(dhellmann): Ming is necessary to provide the Mongo-in-memory # NOTE(dhellmann): Ming is necessary to provide the Mongo-in-memory
# implementation of MongoDB. The original source for Ming is at # implementation of MongoDB.
# http://sourceforge.net/project/merciless but there does not seem to Ming>=0.3.2
# 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
http://tarballs.openstack.org/nova/nova-master.tar.gz http://tarballs.openstack.org/nova/nova-master.tar.gz
http://tarballs.openstack.org/glance/glance-master.tar.gz http://tarballs.openstack.org/glance/glance-master.tar.gz
setuptools-git>=0.4 setuptools-git>=0.4

View File

@ -4,13 +4,8 @@ coverage
mock mock
mox mox
# NOTE(dhellmann): Ming is necessary to provide the Mongo-in-memory # NOTE(dhellmann): Ming is necessary to provide the Mongo-in-memory
# implementation of MongoDB. The original source for Ming is at # implementation of MongoDB.
# http://sourceforge.net/project/merciless but there does not seem to Ming>=0.3.2
# 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
http://tarballs.openstack.org/glance/glance-stable-folsom.tar.gz http://tarballs.openstack.org/glance/glance-stable-folsom.tar.gz
setuptools-git>=0.4 setuptools-git>=0.4
# FIXME(dhellmann): We need a version of WSME more current # FIXME(dhellmann): We need a version of WSME more current