Andreas Jaeger 4dbd165ef0 Fix tox_install_sibling_packages.py for py3
Under Python3, subprocess.check_output returns binary data,
convert to utf-8 so that it runs under both Python2 and 3.
Using decode works with both Py2 and Py3.

Note that in other places, we already convert the output of check_output
with decode, this change follows that pattern.

Change-Id: I727a2368233473f57978ba24947f6d861b02f7da
2019-09-22 10:44:23 +02:00
..
2019-05-22 22:30:14 +02:00
2018-08-17 10:23:20 +10:00
2019-05-22 22:30:14 +02: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 TOX_CONSTRAINTS_FILE (deprecated but currently still supported name is UPPER_CONSTRAINTS_FILE) environment variable if it exists.