Merge lp:~termie/nova/add_bzrlib into lp:~hudson-openstack/nova/trunk

Proposed by termie
Status: Merged
Approved by: Devin Carlen
Approved revision: 451
Merged at revision: 451
Proposed branch: lp:~termie/nova/add_bzrlib
Merge into: lp:~hudson-openstack/nova/trunk
Diff against target: 8 lines (+1/-0)
1 file modified
tools/pip-requires (+1/-0)
To merge this branch: bzr merge lp:~termie/nova/add_bzrlib
Reviewer Review Type Date Requested Status
Devin Carlen (community) Approve
Jonathan Bryce (community) Approve
Soren Hansen (community) Approve
Review via email: mp+43133@code.launchpad.net

Description of the change

adds bzr to the list of dependencies in pip-require so that upon checkout using run_tests.sh succeeds

To post a comment you must log in.
Revision history for this message
Soren Hansen (soren) wrote :

lgtm

review: Approve
Revision history for this message
Jonathan Bryce (jbryce) wrote :

Verified that the test in the venv was failing before and is fixed after applying this change.

review: Approve
Revision history for this message
Devin Carlen (devcamcar) wrote :

lgtm

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tools/pip-requires'
2--- tools/pip-requires 2010-10-25 10:21:09 +0000
3+++ tools/pip-requires 2010-12-08 20:24:42 +0000
4@@ -20,3 +20,4 @@
5 -f http://pymox.googlecode.com/files/mox-0.5.0.tar.gz
6 greenlet==0.3.1
7 nose
8+bzr