Trim the test package list to just shade

We were installing ~24 packages before. Problem with this is it takes
quite a bit of time and is subject to many external failures. Installing
just shade should still be a valid test of significant coverage as it is
a non trivial python package and we use it in quite a few places.

Change-Id: I9cefc83ff280ca00cb434dbe6a1a2357163bc8a6
This commit is contained in:
Clark Boylan 2017-08-24 15:22:46 -07:00
parent 44090680a9
commit 1c6e7f380e
1 changed files with 0 additions and 24 deletions

View File

@ -1,31 +1,7 @@
include pip
$packages = [
'bandersnatch',
'elasticsearch-curator',
'gear',
'git-review',
'irclog2html',
'gerritbot',
'keyring',
'ndg-httpsclient',
'pyasn1',
'PyGithub',
'pyOpenSSL',
'python-jenkins',
'python-subunit',
'python-swiftclient',
'PyYAML',
'requests',
'requestsexceptions',
'shade',
'statsd',
'SQLAlchemy',
'subunit2sql',
'testtools',
'tox',
'virtualenv',
'yappi',
]
package { $packages:
ensure => latest,