Commit Graph

7 Commits

Author SHA1 Message Date
Lance Bragstad 9a6875d479 Remove tox_install.sh
As part of removing reliance on the old and deprecated zuul-cloner, we
need to shift constraints declaration to the deps line. This means we
unfortunately have to duplicate the extras declarations into
test-requirements - because otherwise the contraints for
keystonemiddleware conflicts with the installation of itself.

Change-Id: I8dbb31d1c1fda6df386f456dcf1d8bbed6d168ce
2018-09-07 13:26:57 +10:00
wangxiyuan ad10c32a89 Fix the doc CI failure
CI job now uses pip >= 10.0.0 to install the package.

In pip >= 10.0.0, if the package name is missing, the command
"pip install -U" returns error, but in pip < 10.0.0 it
just logs warning.

So this patch make sure the package name exists first.

Change-Id: Id900640a7133f837ece8c6c0e7d2e4c17665a53d
2018-04-20 17:07:10 +08:00
Tony Breeds abaf1b5bf7 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 keystonemiddleware.

Change-Id: Ic181afad5bf3dd89a2edfdf9fb3026f85cdc37a6
2017-01-03 09:13:38 -05:00
Davanum Srinivas 685a207779 Remove install_venv_common and fix typo in memorycache
We don't really use install_venv_common anywhere, so let's
get rid of it. Also a typo crept into memorycache.py somehow
(probably bad copy of update.py/sh script during last sync).
Fixed that as well.

Change-Id: I6869a332a071eca74d731443baf921e2ae96572e
2015-06-16 01:34:12 +00:00
Steve Martinelli a4c13473aa Use oslo_debug_helper and remove our own version
With the latest version of oslotest, we can now take advantage
of a common oslo_debug_helper script.
We can now remove our own homebrewed version, minor changes to
tox.ini were needed.

Change-Id: I992244897eac7471c14988c34b8d140827fd65aa
2014-09-09 10:18:51 -04:00
Morgan Fainberg 14d58e849a Bring over debug_helper.sh
Bring over the debug_helper.sh script from keystoneclient
2014-06-20 07:28:52 -07:00
Morgan Fainberg fd5440dc79 Initial oslo-incubator sync
Syncing the tools from oslo-incubator commit hash: 55c56294e522cb
2014-06-19 16:05:30 -07:00