
The detail is described in the following links: https://governance.openstack.org/tc/reference/project-testing-interface.html http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html doc8 command is dropped from docs and releasenotes tox envs. We run doc8 in pep8 tox env, so this hurts nothing. Change-Id: I253e0f109b9be68c28792e4b3a53b26b512a08dd
18 lines
548 B
Plaintext
18 lines
548 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 already pins down pep8, pyflakes and flake8
|
|
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
|
|
|
|
# Testing Requirements
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
|
mock>=2.0.0 # BSD
|
|
nodeenv>=0.9.4 # BSD
|
|
selenium>=2.50.1 # Apache-2.0
|
|
xvfbwrapper>=0.1.3 #license: MIT
|
|
stestr>=2.0.0 # Apache-2.0
|
|
|
|
# Horizon requirements
|
|
django-compressor>=2.0 # MIT
|