daa5b425808d874d1e0e5368833dddf993568a0f
Not needed now that we only support Python 3. Change-Id: I241ae6f62e5b91c253c73964ce31e0c3fcc28de1
ironic-lib
Team and repository tags
Overview
A common library to be used exclusively by projects under the Ironic governance.
Running Tests
To run tests in virtualenvs (preferred):
$ sudo pip install tox
$ tox
To run tests in the current environment:
$ sudo pip install -r requirements.txt -r test-requirements.txt
$ stestr run
Description