Remove mox from test-requirements

The requirement is not used anywhere and commented out, lets just
remove it. There is no reason to keep it in there.

Change-Id: I1da227911d04de4d9baadb92db324ce8590060e7
This commit is contained in:
Matthew Treinish 2016-08-24 10:47:40 -04:00
parent be7307b20b
commit 4bf04ff189
1 changed files with 0 additions and 4 deletions

View File

@ -27,10 +27,6 @@ os-api-ref>=0.4.0 # Apache-2.0
# test wsgi apps without starting an http server
WebTest>=2.0 # MIT
# mox was removed in favor of mock. We should not re-enable this module. See
# discussion: http://lists.openstack.org/pipermail/openstack-dev/2013-July/012484.html
#mox>=0.5.3
python-subunit>=0.0.18 # Apache-2.0/BSD
testrepository>=0.0.18 # Apache-2.0/BSD
testtools>=1.4.0 # MIT