From 2b60ac772bdeb12c08790853eea5423d102d3530 Mon Sep 17 00:00:00 2001 From: "pawnesh.kumar" Date: Mon, 31 Oct 2016 20:41:49 +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: Ib91819a6a53db9cbdbf33751fc16b8e4f0ab9e9e --- test-requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index cf29ec3255..1e0f2b1dc1 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12,7 +12,6 @@ Babel>=2.3.4 # BSD bandit>=1.1.0 # Apache-2.0 coverage>=4.0 # Apache-2.0 fixtures>=3.0.0 # Apache-2.0/BSD -mox3>=0.7.0 # Apache-2.0 mock>=2.0 # BSD sphinx!=1.3b1,<1.4,>=1.2.1 # BSD requests>=2.10.0 # Apache-2.0