
For compliance with the Project Testing Interface as described in: https://governance.openstack.org/tc/reference/project-testing-interface.html For more detials information, please refer to: http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html To handle this, this commit changes: - Introduce doc/requirements.txt - Update tox.ini [docs] target for developer convenience - Fixes a lot of warnings caused by a newer sphinx 1.6.5 because sphinx specified in upper-constraints.txt is used in the new PTI. - Drop unnecessary [pbrp] warnerrors in favor of warning-is-error. Change-Id: If40305044c9dfe0024b64bd3921232bb0a6c9372
8 lines
323 B
Plaintext
8 lines
323 B
Plaintext
# NOTE(armax): requirements to the specs repo is kept out of sync
|
|
# with g-r on purpose, as g-r is just for projects affecting the
|
|
# integrated gate. Any sync must happen manually as recommended by
|
|
# the openstack release team.
|
|
pbr>=2.0.0,!=2.1.0 # Apache-2.0
|
|
testrepository>=0.0.18 # Apache-2.0/BSD
|
|
testtools>=1.4.0 # MIT
|