Rename tools/pip-requires to requirements.txt and tools/test-requires to test-requirements.txt. These are standard files, and tools in the general world are growing intelligence about them. Fixes: bug #1179008 Change-Id: Iecf14056de51aed75f8ce46c6ef43f3167d7736d
19 lines
273 B
Plaintext
19 lines
273 B
Plaintext
# Unit testing
|
|
discover
|
|
fixtures>=0.3.12
|
|
mock>=0.8.0
|
|
mox>=0.5.3
|
|
python-subunit
|
|
testrepository>=0.0.13
|
|
testtools>=0.9.32
|
|
# Test runner
|
|
nose
|
|
nose-exclude
|
|
openstack.nose_plugin>=0.7
|
|
# Metrics and style
|
|
coverage>=3.6
|
|
flake8==2.0
|
|
hacking>=0.5.6,<0.6
|
|
pep8==1.4.5
|
|
pyflakes==0.7.2
|