fix the tosca-parser job
There is a limit of 127 characters for the python interpreter used in our testing CI. The depends-on patch renames the job to a shorter name. This patch updates the tox virtual env definition. Once the depends-on is merged, this change should fix the job. Depends-On: I0a44bf05b24a66a76c9dac3f262991c894677ceb Change-Id: I117b57702e06716d0ba3af1ef974fcff8c15d460
This commit is contained in:
parent
1e86410da4
commit
99000c224e
2
tox.ini
2
tox.ini
@ -27,7 +27,7 @@ commands = python setup.py build_sphinx
|
||||
[testenv:debug]
|
||||
commands = oslo_debug_helper -t translator/tests {posargs}
|
||||
|
||||
[testenv:py27-tosca-parser-master]
|
||||
[testenv:py27-tp]
|
||||
commands =
|
||||
./run_py27-tosca-parser-master.sh
|
||||
python setup.py test --slowest --testr-args='{posargs}'
|
||||
|
Loading…
Reference in New Issue
Block a user