Commit Graph

5 Commits (pike-eol)

Author SHA1 Message Date
eeldill aa6138a726 Fix sphinx-docs job for stable branch
build-openstack-sphinx-docs jobs fail on stable 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: I391c779e4692d5de526dfda035843b8f5e267a75
2018-05-02 14:27:33 +02:00
Tony Breeds 8d1cf4f0d8 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 oslosphinx.

Change-Id: I3daafcf22e2d9a1cd73d389debe3b27eccc91910
2016-12-20 14:34:44 +11:00
Doug Hellmann 90a1e5d5f5 Remove run_cross_tests.sh
This script is part of the oslotest package now.

Change-Id: I14681b35dbcc9290adc59b77f73e1580a1f46acf
2015-05-05 19:39:51 +00:00
Doug Hellmann ccf8e1a8a9 Update run_cross_tests.sh to latest
Change-Id: I0f660fde6bae0cc5a4aa1b7deb9f94d3ffee0bc5
2015-01-20 13:18:54 -05:00
Doug Hellmann 7275016544 Add run_cross_tests.sh from incubator
Import run_cross_tests.sh from the incubator to make it easier to test
the theme and other extensions against existing repositories.

Change-Id: Ic36c8950d7cdafcfe74f88ed7dde00f98534b2af
2014-12-09 15:49:03 -05:00