From 4bf04ff18968c04b08962ebd950148a38dcda732 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Wed, 24 Aug 2016 10:47:40 -0400 Subject: [PATCH] Remove mox from test-requirements The requirement is not used anywhere and commented out, lets just remove it. There is no reason to keep it in there. Change-Id: I1da227911d04de4d9baadb92db324ce8590060e7 --- test-requirements.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 8051348ff1..83847c3563 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -27,10 +27,6 @@ os-api-ref>=0.4.0 # Apache-2.0 # test wsgi apps without starting an http server WebTest>=2.0 # MIT -# mox was removed in favor of mock. We should not re-enable this module. See -# discussion: http://lists.openstack.org/pipermail/openstack-dev/2013-July/012484.html -#mox>=0.5.3 - python-subunit>=0.0.18 # Apache-2.0/BSD testrepository>=0.0.18 # Apache-2.0/BSD testtools>=1.4.0 # MIT