From 217746e510d88d7a01c61565936f813b92620959 Mon Sep 17 00:00:00 2001 From: "pawnesh.kumar" Date: Mon, 31 Oct 2016 10:27:10 +0530 Subject: [PATCH] Remove mox3 in test-requirement.txt mox3 was used for unit tests. But now we replace it with mock. So I think there no need to keep it in test-requirement.txt. Change-Id: Id2179d6611d95939b359d62942e4b4e3f64e1715 --- test-requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 16d83b4ee92..6b968438a50 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,7 +10,6 @@ coverage>=4.0 # Apache-2.0 ddt>=1.0.1 # MIT fixtures>=3.0.0 # Apache-2.0/BSD mock>=2.0 # BSD -mox3>=0.7.0 # Apache-2.0 os-api-ref>=1.0.0 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0 sphinx!=1.3b1,<1.4,>=1.2.1 # BSD