zuul-jobs/roles/tox-siblings
Monty Taylor 43943c5bb0
Honor constraints files in tox-siblings
We use the constraints file when we do the actual sibling installation,
but not when we do the initial no-test install. That could lead to
something being installed at the wrong version and not getting updated
subsequently.

Shifted the siblings logic into a file that's conditionally included so
we can avoid a bunch of if defined additions.

Change-Id: I4e71ab2ea8e167f22c3a66b95dc6f898a35f0284
2017-11-29 12:04:38 -06:00
..
defaults Support upper-constraints in tox-siblings 2017-10-21 13:21:19 +02:00
library Support upper-constraints in tox-siblings 2017-10-21 13:21:19 +02:00
tasks Honor constraints files in tox-siblings 2017-11-29 12:04:38 -06:00
README.rst Support upper-constraints in tox-siblings 2017-10-21 13:21:19 +02:00

Installs python packages from other Zuul repos into a tox environment.

Role Variables

Path to a pip constraints file. Will be provided to pip via '-c' argument for any sibling package installations.