From 1edd1bfb4636b201be33d14313ec7de72a2c8212 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Tue, 9 Jan 2018 15:33:19 -0600 Subject: [PATCH] Remove mox from requirements Mox was listed in test-requirements, but it is not actually used anywhere. Since we are trying to remove this package from OpenStack, removing from requirements so it does not look like it is being used. Change-Id: I89c9e3ddd054b0d2ecc2ecb0f9a05ffe1bbc706a --- test-requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 9f2dea9..8899576 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14,7 +14,6 @@ testrepository>=0.0.18 testscenarios>=0.4 testtools>=1.4.0 mock>=1.2 -mox>=0.5.3 vine wsgi-intercept>=1.4.1 # MIT License eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT