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:
@@ -3,4 +3,5 @@
|
|||||||
# process, which may cause wedges in the gate later.
|
# process, which may cause wedges in the gate later.
|
||||||
sphinx!=1.6.6,>=1.6.2 # BSD
|
sphinx!=1.6.6,>=1.6.2 # BSD
|
||||||
openstackdocstheme>=1.18.1 # Apache-2.0
|
openstackdocstheme>=1.18.1 # Apache-2.0
|
||||||
|
oslotest>=3.2.0 # Apache-2.0
|
||||||
reno>=2.5.0 # Apache-2.0
|
reno>=2.5.0 # Apache-2.0
|
||||||
|
Reference in New Issue
Block a user