From c4f22c8f2bc6dc4ba98f1661a569aa3a10b935f7 Mon Sep 17 00:00:00 2001
From: Charles Short <zulcss@gmail.com>
Date: Thu, 22 Mar 2018 12:18:47 -0400
Subject: [PATCH] Drop mox3 from test-requirements.txt

Apart of the mox3 community goal for rocky.

Change-Id: Ia9b0ac4af9d963001f546352f40692f2ba115cf2
Signed-off-by: Charles Short <zulcss@gmail.com>
Co-Authored-By: Shu Muto <shu.mutow@gmail.com>
---
 test-requirements.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/test-requirements.txt b/test-requirements.txt
index 9305280..abb939f 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -12,5 +12,4 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
 coverage!=4.4,>=4.0 # Apache-2.0
 django-nose>=1.4.4 # BSD
 mock>=2.0.0 # BSD
-mox3>=0.20.0 # Apache-2.0
 testtools>=2.3.0 # MIT