python-redfish/test-requirements.txt
Uggla edf25cb299 Re enable redfish-client tests
- Check if local docker is available, if not skip the tests.
  So this should allow gerrit tests to pass.
- Stick to docker-py 1.x, because 2.0 has lot of naming changes.
- Use Fedora 25 instead of 23.
- Use Ubuntu 16.04 instead of 14.04.
- Use pip --pre parameter. Allowing to test dev release (pre).
- Rename Dockerfiles to get more consistency using a new naming
  convention.
- Naming convention that I hope will make Bruno happy ! ;)

Change-Id: I3cbd51f201c4805ba58ebcabb023237624d4dfc8
2017-02-23 10:25:13 +01:00

14 lines
479 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 has a lot of naming changes coming with 2.0 so stick with 1.x
# the library 2.0 will be called docker instead of docker-py
docker-py>=1.8.1 # Apache-2.0
path.py>=5.2
testrepository>=0.0.20
flake8<2.6.0,>=2.5.4 # MIT