neutron/doc/requirements.txt
Nate Johnston fab6bcbdcd 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
2018-05-31 12:42:00 +00:00

8 lines
332 B
Plaintext

# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# 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