commit 77e835142aaa740c53993fe34dc5643518a368be
Author: Marc Koderer <email address hidden>
Date: Mon Jan 4 09:34:53 2016 +0100
Workaround for missing PBR requirement
PBR misses a requirement to testrepository.
This workaround installs it in front and can be removed after
PBR is fixed.
This fix also contains tox fix due to the fact that kilo gate is broken two
times which can't be fixed in two dependent commits:
Do not fail with Tox 2.3.1
Latest tox causes failures:
File "/usr/local/lib/python2.7/dist-packages/tox/config.py", line 1140, in processcommand
argv = list(shlexer)
File "/usr/lib/python2.7/shlex.py", line 269, in next
token = self.get_token()
File "/usr/lib/python2.7/shlex.py", line 96, in get_token
raw = self.read_token()
File "/usr/lib/python2.7/shlex.py", line 172, in read_token
raise ValueError, "No closing quotation"
ValueError: No closing quotation
This is caused by a backwards incompatible change in tox: https://bitbucket.org/hpk42/tox/issues/181
(cherry picked from commit f59e6df23a430f0622215fec5bbbe18cfe7fee9c)
Reviewed: https:/ /review. openstack. org/262470 /git.openstack. org/cgit/ openstack- dev/devstack/ commit/ ?id=77e835142aa a740c53993fe34d c5643518a368be
Committed: https:/
Submitter: Jenkins
Branch: stable/kilo
commit 77e835142aaa740 c53993fe34dc564 3518a368be
Author: Marc Koderer <email address hidden>
Date: Mon Jan 4 09:34:53 2016 +0100
Workaround for missing PBR requirement
PBR misses a requirement to testrepository.
This workaround installs it in front and can be removed after
PBR is fixed.
This fix also contains tox fix due to the fact that kilo gate is broken two
times which can't be fixed in two dependent commits:
Do not fail with Tox 2.3.1
Latest tox causes failures: lib/python2. 7/dist- packages/ tox/config. py", line 1140, in processcommand python2. 7/shlex. py", line 269, in next python2. 7/shlex. py", line 96, in get_token python2. 7/shlex. py", line 172, in read_token
File "/usr/local/
argv = list(shlexer)
File "/usr/lib/
token = self.get_token()
File "/usr/lib/
raw = self.read_token()
File "/usr/lib/
raise ValueError, "No closing quotation"
ValueError: No closing quotation
This is caused by a backwards incompatible change in tox: /bitbucket. org/hpk42/ tox/issues/ 181 622215fec5bbbe1 8cfe7fee9c)
https:/
(cherry picked from commit f59e6df23a430f0
Change-Id: Iddce0260436042 e37eebe2aecb810 707e53a4473
Partial-Bug: #1530026