8c5317152b
We do not need tox_install.sh, pip can handle constraints itself and install the project correctly. Thus update tox.ini and remove the now obsolete tools/tox_install.sh file. This follows https://review.openstack.org/#/c/508061 to remove tools/tox_install.sh. Change-Id: I67c50430ced6efcc2f29ec7d8adc871415922d6f Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
18 lines
483 B
Plaintext
18 lines
483 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.13.0,<0.14,>=0.12.0 # Apache-2.0
|
|
|
|
stestr>=2.0.0 # Apache-2.0
|
|
testtools>=2.3.0 # MIT
|
|
mock>=2.0.0 # BSD
|
|
oslotest>=3.3.0 # Apache-2.0
|
|
|
|
coverage>=4.5.1 # Apache-2.0
|
|
|
|
# Bandit security code scanner
|
|
bandit>=1.1.0,<1.6.0 # Apache-2.0
|
|
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|