a54fc82106
The openstack-tox-cover job expects a coverage report at the end. This patch updates the cover environment in tox.ini, bringing it in line with the other repos. This also adds stestr in test-requirements, which is needed by the new coverage env. Finally, removes the cloudbaseinit import from releasenotes. According to [1], a project shouldn't necessarely be installed in order to build its releasenotes. [1] http://lists.openstack.org/pipermail/openstack-dev/2017-November/124480.html Change-Id: I77dfe57f1190fc62f7bd19284e2c86d55bb1804a
13 lines
239 B
Plaintext
13 lines
239 B
Plaintext
hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
|
|
coverage>=3.6
|
|
fixtures>=0.3.14
|
|
mock>=1.0
|
|
sphinx
|
|
oslosphinx
|
|
testtools>=0.9.32
|
|
testrepository>=0.0.18
|
|
stestr>=2.0.0
|
|
openstackdocstheme>=1.11.0 # Apache-2.0
|
|
# releasenotes
|
|
reno>=1.8.0 # Apache-2.0
|