
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: I48f31084d595c44114391e046e5fe418c1fb787a Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
14 lines
496 B
Plaintext
14 lines
496 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>=1.1.0,<1.2.0 # Apache-2.0
|
|
mock>=2.0.0 # BSD
|
|
oslotest>=3.2.0 # Apache-2.0
|
|
pifpaf>=0.10.0 # Apache-2.0
|
|
# Bandit security code scanner
|
|
bandit>=1.1.0 # Apache-2.0
|
|
stestr>=2.0.0 # Apache-2.0
|
|
python-memcached>=1.56 # PSF
|
|
pymongo!=3.1,>=3.0.2 # Apache-2.0
|
|
etcd3gw>=0.2.0 # Apache-2.0
|