Files
python-ceilometerclient/test-requirements.txt
Lianhao Lu 9c4d49189f Replace mox3 with mock in unit test
Compared to mox3, mock is tested much more in various Python 3 versions.

Change-Id: I9e83aa622257c36ff47c79f6b491c1b074d2245d
2013-10-21 12:20:03 +08:00

14 lines
250 B
Plaintext

# Install bounded pep8/pyflakes first, then let flake8 install
pep8==1.4.5
pyflakes>=0.7.2,<0.7.4
flake8==2.0
hacking>=0.5.6,<0.8
coverage>=3.6
discover
fixtures>=0.3.14
mock>=1.0
python-subunit
sphinx>=1.1.2
testrepository>=0.0.17
testtools>=0.9.32