Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1728)

Side by Side Diff: test-requirements.pip

Issue 28770043: Add a download cache for test dependencies
Patch Set: Add a download cache for test dependencies Created 10 years, 4 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « [revision details] ('k') | tests/00-setup » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Juju GUI test requirements. 1 # Juju GUI test requirements.
2 2
3 # This file is part of the Juju GUI, which lets users view and manage Juju 3 # This file is part of the Juju GUI, which lets users view and manage Juju
4 # environments within a graphical interface (https://launchpad.net/juju-gui). 4 # environments within a graphical interface (https://launchpad.net/juju-gui).
5 # Copyright (C) 2012-2013 Canonical Ltd. 5 # Copyright (C) 2012-2013 Canonical Ltd.
6 # 6 #
7 # This program is free software: you can redistribute it and/or modify it under 7 # This program is free software: you can redistribute it and/or modify it under
8 # the terms of the GNU Affero General Public License version 3, as published by 8 # the terms of the GNU Affero General Public License version 3, as published by
9 # the Free Software Foundation. 9 # the Free Software Foundation.
10 # 10 #
(...skipping 27 matching lines...) Expand all
38 38
39 # Charm tests + GUI server tests. 39 # Charm tests + GUI server tests.
40 # Note that websocket-client, required by charm integration tests, 40 # Note that websocket-client, required by charm integration tests,
41 # is already installed by server-requirements. 41 # is already installed by server-requirements.
42 flake8==2.0 42 flake8==2.0
43 mock==1.0.1 43 mock==1.0.1
44 44
45 # Charm tests. 45 # Charm tests.
46 selenium==2.34.0 46 selenium==2.34.0
47 xvfbwrapper==0.2.2 47 xvfbwrapper==0.2.2
48
49
50 ## The following requirements were added by pip --freeze:
51 argparse==1.2.1
52 httplib2==0.8
53 keyring==3.2.1
54 lazr.authentication==0.1.2
55 lazr.restfulclient==0.13.3
56 lazr.uri==1.0.3
57 mccabe==0.2.1
58 oauth==1.0.1
59 pep8==1.4.6
60 pyflakes==0.7.3
61 simplejson==3.3.1
62 testresources==0.2.7
63 wadllib==1.3.2
64 wsgi-intercept==0.6.0
65 wsgiref==0.1.2
66 zope.interface==4.0.5
OLDNEW
« no previous file with comments | « [revision details] ('k') | tests/00-setup » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b