Remove mox from requirements

Mox was listed in test-requirements, but it is not actually
used anywhere. Since we are trying to remove this package
from OpenStack, removing from requirements so it does not
look like it is being used.

Change-Id: I89c9e3ddd054b0d2ecc2ecb0f9a05ffe1bbc706a
This commit is contained in:
Sean McGinnis 2018-01-09 15:33:19 -06:00
parent 6e0d114546
commit 1edd1bfb46
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ testrepository>=0.0.18
testscenarios>=0.4
testtools>=1.4.0
mock>=1.2
mox>=0.5.3
vine
wsgi-intercept>=1.4.1 # MIT License
eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT