02176deb25
* use min version 4.2.5, for fixes [1][2][3] * passenv fixed as space-separated list is not allowed anymore * dock target uses requirements from requirements.txt as well as doc/requirements.txt * skipsdist is not supported * whitelist_externals has been removed in favour of allowlist_externals * reno was added to doc/requirements.txt to fix the releasenotes target * update setup.cfg to install aodh from tarball in the requirements The tarball wasn't being installed when specified in tox.ini, and the [extras] section in setup.cfg needed updating to support installing from a URL [1] https://github.com/tox-dev/tox/issues/2754 [2] https://github.com/tox-dev/tox/pull/2824 [3] https://github.com/tox-dev/tox/pull/2828 Change-Id: I4122d0d05f297f864318e80392e6c77fb2e9fdcf
8 lines
303 B
Plaintext
8 lines
303 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>=2.0.0,!=2.1.0 # BSD
|
|
openstackdocstheme>=2.2.1 # Apache-2.0
|
|
reno>=3.1.0 # Apache-2.0
|