Commit Graph

5 Commits

Author SHA1 Message Date
Stephen Finucane 8c5317152b Avoid tox_install.sh for constraints support
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>
2019-05-14 18:47:48 +02:00
eeldill 74277db9aa Fix sphinx-docs job
build-openstack-sphinx-docs jobs fail on all branches due to the new
pip version 10 introduces some previously Warning as Error: in case of
calling "pip install" without any package name, the command fails.
tox_install.sh is called during docs job without any package passed to pip.

Change-Id: I400d4acf93ab634683cd9c4b05db7c79a51810be
2018-04-27 19:01:50 +02:00
Tony Breeds bdb5a07627 Add Constraints support
Adding constraints support to libraries is slightly more complex than
services as the libraries themselves are listed in upper-constraints.txt
which leads to errors that you can't install a specific version and a
constrained version.

This change adds constraints support by also adding a helper script to
edit the constraints to remove oslo.log.

Change-Id: Ib6001210350743827eae4f5306464e68e057d4c6
2016-12-20 13:10:56 +11:00
Doug Hellmann 187881ed7f Remove run_cross_tests.sh
This script is part of the oslotest package now.

Change-Id: I78668817c6fa5abedffaf5906e5f76e2e0cfdab0
2015-05-05 19:39:50 +00:00
Davanum Srinivas 96b532f776 Get py27 amd pep8 to work 2014-08-25 21:24:50 -04:00