~jjo/charms/precise/httpload/trunk

« back to all changes in this revision

Viewing changes to lib/charm-helpers/test_requirements.txt

  • Committer: JuanJo Ciarlante
  • Date: 2013-08-15 00:01:56 UTC
  • Revision ID: jjo@canonical.com-20130815000156-elktlh6p9ljozcx3
added lp:charm-helpers

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# If you don't have the required packages on your system and prefer
 
2
# to keep your system clean, you can do the following to run the
 
3
# charm-helper test suite:
 
4
# $ virtualenv .env
 
5
# $ . .env/bin/activate
 
6
# $ pip install -r test_requirements.txt
 
7
# Then `make test` should find all its dependencies.
 
8
coverage==3.6
 
9
launchpadlib==1.10.2
 
10
mock==1.0.1
 
11
nose==1.1.2
 
12
PyYAML==3.10
 
13
# Note: This is compiled and will require libapt-pkg-dev for headers.
 
14
python-apt
 
15
simplejson==3.3.0
 
16
testtools==0.9.31
 
17
Tempita==0.5.1
 
18
bzr+http://bazaar.launchpad.net/~yellow/python-shelltoolbox/trunk@17#egg=shelltoolbox