From c922823e25964b745af63d7f8f79a7b271bca19f Mon Sep 17 00:00:00 2001 From: Chuck Short Date: Fri, 23 Aug 2013 12:13:25 -0400 Subject: [PATCH] python3: Transition to mox3 instead of mox In order to make the transition to mox free world, mox needs to replaced with mox3 which is python3 compatible. Change-Id: Id18928c7ac93b510a4867acb03896899fe1c13b0 Signed-off-by: Chuck Short --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 2525fa8a..e179cdae 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,7 +6,7 @@ fixtures>=0.3.12 httpretty>=0.6.3 keyring>=1.6.1 mock>=0.8.0 -mox>=0.5.3 +mox3>=0.7.0 pycrypto>=2.6 sphinx>=1.1.2 testrepository>=0.0.17