tripleo-common/releasenotes/notes/bindep-tox-606dbe4ddf68f7a6.yaml
Kevin Carter 8862ea8385
Add bindep support to tox
This change will allow a developer to run bindep via tox to install all of
the required system packages needed to run general tests.

> Integration `tox -e bindep`

This will also allow CI to using the bindep file to install basic required
packages as needed.

Change-Id: I83e5e4f8dd5bb9acd4e6b21bf86f729bfc5447d4
Signed-off-by: Kevin Carter <kecarter@redhat.com>
2019-06-07 15:14:01 -05:00

13 lines
575 B
YAML

---
features:
- The `bindep.txt` file located in the project root contains all of the
basic required packages needed when running local tests.
- Developers can now use bindep to list system requirements. The bindep
command will load the list of packages for the given platform using
the `bindep.txt` file.
- Bindep can now be leveraged via tox using the environment **bindep**.
This tox environment will use bindep via the `bindep-install` script
to install any missing packages on the local system which are required
for development purposes.