Fix build-openstack-sphinx-docs test job

The build-openstack-sphinx-docs is currently failing with the error
"ImportError: No module named oslotest" based on an import in
neutron/tests/functional/db/test_migrations.py.  Add oslotest to
the doc requirements.

Change-Id: Ibb2b8b246ad685e2e7e2bb8d3ac1d4c7c3a981b7
This commit is contained in:
Nate Johnston 2018-05-30 20:27:10 +00:00
parent f486f0c476
commit fab6bcbdcd
1 changed files with 1 additions and 0 deletions

View File

@ -3,4 +3,5 @@
# process, which may cause wedges in the gate later.
sphinx!=1.6.6,>=1.6.2 # BSD
openstackdocstheme>=1.18.1 # Apache-2.0
oslotest>=3.2.0 # Apache-2.0
reno>=2.5.0 # Apache-2.0