82a2a09cdf
* Since tempest plugin does contains any unit tests that's why there will be no test dependency stay there and those will be moved to requirements.txt. The tempest plugin sanity check runned against tempest gate is also failing giving ImportError: No module named tempest_plugin.plugin. It can be fixed by fixing requirements for the plugin. * https://review.openstack.org/#/c/514269/ Change-Id: I3de3d6c6928d31af9c2deeba800b201bb681ac4e
11 lines
348 B
Plaintext
11 lines
348 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.
|
|
|
|
hacking>=0.12.0,<0.13 # Apache-2.0
|
|
|
|
sphinx>=1.6.2 # BSD
|
|
openstackdocstheme>=1.11.0 # Apache-2.0
|
|
# releasenotes
|
|
reno>=1.8.0 # Apache-2.0
|