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
1=== modified file 'test_requirements.txt'
2--- test_requirements.txt 2013-12-18 05:46:17 +0000
3+++ test_requirements.txt 2014-04-23 14:44:54 +0000
4@@ -13,8 +13,9 @@
5 # Note: This is compiled and will require libapt-pkg-dev for headers.
6 python-apt
7 simplejson==3.3.0
8-testtools==0.9.31
9+testtools
10 Tempita==0.5.1
11 bzr+http://bazaar.launchpad.net/~yellow/python-shelltoolbox/trunk@17#egg=shelltoolbox
12-netifaces==0.6
13+http://alastairs-place.net/projects/netifaces/netifaces-0.6.tar.gz
14 netaddr==0.7.5
15+bzr==2.6.0

Subscribers

People subscribed via source and target branches