nova/test-requirements.txt
Matt Riedemann c8ec991483 Add mock to test-requirements
There are several changes which depend on using mock rather than mox for
unit tests:

https://review.openstack.org/#/c/42474/
https://review.openstack.org/#/c/43161/

And the general trend seems to be to move from using mock over mox for
new tests (see blueprint mox-to-mock-conversion).

And given mock is listed in the global-requirements.txt file in the
openstack/requirements project, we should require mock for nova so we
can start using it.

Change-Id: Iaa0f233c28de2f92a237ee6d089858ee10bc6d2f
2013-08-28 19:30:49 -07:00

17 lines
231 B
Plaintext

hacking>=0.5.6,<0.8
coverage>=3.6
discover
feedparser
fixtures>=0.3.12
mock>=1.0
mox==0.5.3
MySQL-python
psycopg2
pylint==0.25.2
python-subunit
setuptools_git>=0.4
sphinx>=1.1.2
oslo.sphinx
testrepository>=0.0.13
testtools>=0.9.27