From 567e3aed9b9eb8dcc347ce2a81822fe638cf735c Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Mon, 8 Jun 2020 09:36:54 -0500 Subject: [PATCH] Remove mox3 from test-requirements This lib is not actually used. Clean up references to it so we can remove it from global requirements. Change-Id: If02bcb35410710fb0b1119d9234f4c26555321d3 Signed-off-by: Sean McGinnis --- test-requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 55b7302..5d04a9c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11,7 +11,6 @@ hacking>=3.0.1,<3.1.0 # Apache-2.0 # Testing Requirements coverage!=4.4,>=4.0 # Apache-2.0 -mox3>=0.20.0 # Apache-2.0 nodeenv>=0.9.4 # BSD selenium>=2.50.1 # Apache-2.0 xvfbwrapper>=0.1.3 #license: MIT