Files
python-heatclient/test-requirements.txt
Kui Shi 8c61700fad Replace mox with mox3
Mox3 is an unofficial port of the Google mox framework
(http://code.google.com/p/pymox/) to Python 3.
https://pypi.python.org/pypi/mox3

Align with global-requirement and update the importing clause.

Partial implement: blueprint py33-support

Change-Id: I5d46d30b72b8504977d8d1891b3b0c81714e9099
2013-10-16 06:26:19 +08:00

16 lines
277 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
mox>=0.5.3
mox3>=0.7.0
sphinx>=1.1.2
testscenarios>=0.4
testrepository>=0.0.17
testtools>=0.9.32