zuul-jobs/roles/tox
Brian Rosmaita 4d7d23d7c5 Handle -/_ ambiguity in package names
Some openstack packages show up in the requirements list under a
hyphenated name while their package metadata name contains only
underscores.  (For example, the glance_store library is listed in
requirements as 'glance-store'.)  This is causing problems for the
tox_install_sibling_packages task run by zuul.  Pip is able to handle
this situation [0]; add code so the ansible task can handle it too.

[0] http://paste.openstack.org/show/722298/

Change-Id: I89ad9926647a011174815761e79372f2d7d43609
Needed-by: https://review.openstack.org/#/c/569225/
Closes-bug: #1774030
2018-05-30 21:42:56 -04:00
..
defaults Combine tox-siblings and tox roles 2017-11-29 15:34:08 -06:00
library Handle -/_ ambiguity in package names 2018-05-30 21:42:56 -04:00
tasks Convert back to zuul.projects 2017-12-01 15:02:20 +11:00
README.rst Combine tox-siblings and tox roles 2017-11-29 15:34:08 -06:00

Runs tox for a project

Role Variables

Environment variables to pass in to the tox run.

Path to a pip constraints file. Will be provided to tox via UPPER_CONSTRAINTS_FILE environment variable if it exists.