python-redfish/test-requirements.txt
Uggla 139044083a Fix jenkins tests to allow commits
- Do not pass tests on redfish-client
  Currently tests are using a local docker container. We remove them to
  allow jenkins tests to pass.

- Move programme usage in a separate file to get rid of pep8 issue.

- Fix tox venv usage

- Add flake8 test dependency

Change-Id: I12f3a567f3ff83c34c3832a544ef547372857161
2017-01-23 17:37:22 +01:00

12 lines
331 B
Plaintext

# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
pytest>=2.6.4
coverage>=3.6
mock>=1.0.1
docker-py>=1.1.0
path.py>=5.2
testrepository>=0.0.20
flake8<2.6.0,>=2.5.4 # MIT