Use constranits for api-ref target

It should be ok to use zuul-cloner these days. [1]
This would avoid docutils 0.13.1, which seems to cause the following
TypeError.

    Exception occurred:
      File "/home/jenkins/workspace/gate-neutron-lib-api-ref/.tox/api-ref/local/lib/python2.7/site-packages/docutils/writers/html4css1/__init__.py", line 288, in write_colspecs
        width += node['colwidth']
    TypeError: unsupported operand type(s) for +=: 'int' and 'str'

[1] I8f45a53429b9fcbf3689a268f096afdf5f32f461

Closes-Bug: #1649079
Change-Id: Id75e88f5031aeab21b2158c721881bf2da4a0d28
This commit is contained in:
YAMAMOTO Takashi 2016-12-11 21:29:21 +09:00
parent ed46afb609
commit 322ae30246
1 changed files with 0 additions and 6 deletions

View File

@ -35,12 +35,6 @@ commands =
commands = sphinx-build -W -b html doc/source doc/build/html
[testenv:api-ref]
# This environment is called from CI scripts to test and publish
# the API Ref to developer.openstack.org.
# NOTE(sdague): this target does not use constraints because
# upstream infra does not yet support it. Once that's fixed, we can
# drop the install_command.
install_command = pip install -U --force-reinstall {opts} {packages}
whitelist_externals = rm
commands =
rm -rf api-ref/build