~ubuntu-branches/ubuntu/quantal/keystone/quantal-security

« back to all changes in this revision

Viewing changes to tools/test-requires

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-06-22 12:27:50 UTC
  • mto: (35.1.1 quantal-proposed)
  • mto: This revision was merged to the branch mainline in revision 28.
  • Revision ID: package-import@ubuntu.com-20120622122750-4urdq17en1990apn
Tags: upstream-2012.2~f2~20120622.2353
ImportĀ upstreamĀ versionĀ 2012.2~f2~20120622.2353

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
nosexcover
12
12
openstack.nose_plugin
13
13
pylint # static code analysis
14
 
pep8==0.6.1 # checks for PEP8 code style compliance
 
14
pep8==1.1 # checks for PEP8 code style compliance
15
15
Sphinx>=1.1.2 # required to build documentation
16
16
unittest2 # backport of unittest lib in python 2.7
17
17
webtest # test wsgi apps without starting an http server
18
18
distribute>=0.6.24
 
19
iso8601>=0.1.4
19
20
 
20
21
# for python-keystoneclient
21
22
httplib2
22
 
-e git+https://github.com/openstack/python-keystoneclient.git#egg=python-keystoneclient
23
 
 
24
 
# for python-novaclient
25
 
prettytable==0.5.0
26
 
iso8601>=0.1.4
 
23
https://github.com/openstack/python-keystoneclient/zipball/master#egg=python-keystoneclient
27
24
 
28
25
# swift_auth test dependencies
29
 
-e git+https://github.com/openstack/swift.git#egg=swift
 
26
https://github.com/openstack/swift/zipball/master#egg=swift
30
27
netifaces