From 5f1b862cb764194ebfd09c4ba123b542baeff0be Mon Sep 17 00:00:00 2001 From: Charles Short Date: Fri, 23 Mar 2018 12:01:37 -0400 Subject: [PATCH] Remove mox3 from test-requiremens.txt This is part of mox-removal community goal in Rocky. Story: 2001546 Task: 8719 Change-Id: If8c5500e2c2f9688d3fba6be420b076a05c446a0 Signed-off-by: Charles Short --- mistraldashboard/test/helpers.py | 2 ++ test-requirements.txt | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/mistraldashboard/test/helpers.py b/mistraldashboard/test/helpers.py index b3df112..ecc0cec 100644 --- a/mistraldashboard/test/helpers.py +++ b/mistraldashboard/test/helpers.py @@ -28,8 +28,10 @@ class MistralTestsMixin(object): class TestCase(MistralTestsMixin, helpers.TestCase): + use_mox = False pass class APITestCase(MistralTestsMixin, helpers.APITestCase): + use_mox = False pass diff --git a/test-requirements.txt b/test-requirements.txt index 9a8fba7..3b138f1 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,7 +9,6 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0 django-nose>=1.4.4 # BSD mock>=2.0.0 # BSD -mox3>=0.20.0 # Apache-2.0 nodeenv>=0.9.4 # BSD nose>=1.3.7 # LGPL nose-exclude>=0.3.0 # LGPL