Remove mox3 from requirements

Mox3 was listed in requirements, but it not actually used
anywhere. Removing it from test-requirements so it does
not look like it is being used to help with removal from
global-requirements.

Change-Id: I1273ece298ac3de3e372ba23b6e999c858402ff3
(cherry picked from commit 387ff24979)
This commit is contained in:
Sean McGinnis 2018-01-09 15:14:26 -06:00 committed by snehal tembhurne
parent 8542f54442
commit c910897a1e
1 changed files with 1 additions and 2 deletions

View File

@ -16,11 +16,10 @@ pyflakes>=2.1.1
horizon
#
bandit!=1.6.0,>=1.4.0 # Apache-2.0
django-appconf<=1.0.3
django-appconf<=1.0.4
coverage!=4.4,>=4.0 # Apache-2.0
flake8-import-order==0.12 # LGPLv3
mock>=2.0 # BSD
mox3>=0.20.0 # Apache-2.0
nodeenv>=0.9.4 # BSD
requests>=2.14.2 # Apache-2.0
selenium>=2.50.1 # Apache-2.0