From 998dda263d7c7881070e3f16e4523ddcd23fc36d Mon Sep 17 00:00:00 2001 From: Chuck Short <chuck.short@canonical.com> Date: Sat, 17 Aug 2013 20:21:29 -0400 Subject: [PATCH] python3: Add mox3 dependency Add mox3 dependency, mox is not python3 compliant so use the mox3 port to help transition the testsuites to mock. Change-Id: I2312b0bac69f8bc4d2d23b88a59a2e22f2073a9b Signed-off-by: Chuck Short <chuck.short@canonical.com> --- global-requirements.txt | 1 + tests/files/gr-base.txt | 1 + tests/files/test-project.txt | 1 + 3 files changed, 3 insertions(+) diff --git a/global-requirements.txt b/global-requirements.txt index eb6181638b..d0d9a74665 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -101,6 +101,7 @@ httpretty>=0.6.3 keyring>=1.6.1 mock>=1.0 mox>=0.5.3 +mox3>=0.7.0 MySQL-python nose nose-exclude diff --git a/tests/files/gr-base.txt b/tests/files/gr-base.txt index 8a0229e439..ae5f751490 100644 --- a/tests/files/gr-base.txt +++ b/tests/files/gr-base.txt @@ -100,6 +100,7 @@ httpretty>=0.6.3 keyring mock>=0.8.0 mox>=0.5.3 +mox3>=0.7.0 MySQL-python nose nose-exclude diff --git a/tests/files/test-project.txt b/tests/files/test-project.txt index 15525ccc92..415e6d38ba 100644 --- a/tests/files/test-project.txt +++ b/tests/files/test-project.txt @@ -4,6 +4,7 @@ discover feedparser fixtures>=0.3.12 mox==0.5.3 +mox3==0.7.3 MySQL-python psycopg2 pylint==0.25.2