Remove mox from test-requirements.txt

mox is a test requirement, but isn't being used. mock was recently named
the chosen mocking library, and it's already in use here in
marconiclient.

Change-Id: I24a73d57ad0ccac29db317e0f4e72efdeb8962d8
This commit is contained in:
Brian Curtin 2013-09-19 16:51:34 -05:00
parent 5c35daf2f7
commit cc3ea8613e
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
discover
fixtures>=0.3.12
mock>=0.8.0
mox>=0.5.3
python-subunit
testrepository>=0.0.13
testtools>=0.9.32