author | Jonathan Griffin <jgriffin@mozilla.com> |
Tue, 05 Jun 2012 17:34:46 -0700 | |
changeset 96562 | 3322cbca14139612761f241868be77e974c739c0 |
parent 95823 | cf4face654512947c57af2ffabbf7ca220c20b37 |
child 96563 | ab5dc52e152a95eefa3bccf0bf40ab59a4f65048 |
push id | 22914 |
push user | gszorc@mozilla.com |
push date | Wed, 13 Jun 2012 15:37:56 +0000 |
treeherder | mozilla-central@a42d6b7ef3fe [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | test-only |
bugs | 761860 |
milestone | 16.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/testing/tps/setup.py +++ b/testing/tps/setup.py @@ -5,17 +5,17 @@ import sys from setuptools import setup, find_packages version = '0.2.40' deps = ['pulsebuildmonitor >= 0.62', 'MozillaPulse == 0.61', 'mozinfo == 0.3.1', 'mozprofile == 0.1t', 'mozprocess == 0.1a', 'mozrunner == 3.0a', 'mozregression == 0.3', - 'mozautolog >= 0.2.1'] + 'mozautolog >= 0.2.1', 'mozautoeslib == 0.1.1'] # we only support python 2.6+ right now assert sys.version_info[0] == 2 assert sys.version_info[1] >= 6 setup(name='tps', version=version, description='run automated multi-profile sync tests',