Merge lp:~niedbalski/charm-helpers/fix-test_requirements into lp:charm-helpers

Proposed by Jorge Niedbalski
Status: Merged
Merged at revision: 144
Proposed branch: lp:~niedbalski/charm-helpers/fix-test_requirements
Merge into: lp:charm-helpers
Diff against target: 15 lines (+3/-2)
1 file modified
test_requirements.txt (+3/-2)
To merge this branch: bzr merge lp:~niedbalski/charm-helpers/fix-test_requirements
Reviewer Review Type Date Requested Status
Marco Ceppi Approve
Review via email: mp+216902@code.launchpad.net

Description of the change

  Fixed test_requirements.txt.
     - Added bzr as a dependency
     - Fixed netifaces version 0.6 ( 0.8 isn't working properly and the project isn't being mantained )

To post a comment you must log in.
Revision history for this message
Marco Ceppi (marcoceppi) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'test_requirements.txt'
--- test_requirements.txt 2013-12-18 05:46:17 +0000
+++ test_requirements.txt 2014-04-23 14:44:54 +0000
@@ -13,8 +13,9 @@
13# Note: This is compiled and will require libapt-pkg-dev for headers.13# Note: This is compiled and will require libapt-pkg-dev for headers.
14python-apt14python-apt
15simplejson==3.3.015simplejson==3.3.0
16testtools==0.9.3116testtools
17Tempita==0.5.117Tempita==0.5.1
18bzr+http://bazaar.launchpad.net/~yellow/python-shelltoolbox/trunk@17#egg=shelltoolbox18bzr+http://bazaar.launchpad.net/~yellow/python-shelltoolbox/trunk@17#egg=shelltoolbox
19netifaces==0.619http://alastairs-place.net/projects/netifaces/netifaces-0.6.tar.gz
20netaddr==0.7.520netaddr==0.7.5
21bzr==2.6.0

Subscribers

People subscribed via source and target branches