summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorlinggao <linggao@us.ibm.com>2013-10-16 16:21:27 +0000
committerlinggao <linggao@us.ibm.com>2013-10-16 17:16:54 +0000
commit5f664f279c340303a7e953aee5d66f4ffe04abca (patch)
tree4170455b9315f144168587ba09a34ae823a60164 /test-requirements.txt
parent50cb94c41a44a40777d438966505b266c9285a09 (diff)
downloadironic-5f664f279c340303a7e953aee5d66f4ffe04abca.tar.gz
Removes unwanted mox and fixture files
Module ironic.openstack.commom.fixture.moxstubout and mockptch are no longer needed, so the whole directory is removed by this patch. mox is removed from test-requirements.txt because it is no longer used in ironic unit test cases. Change-Id: I6060546b565c096c3a602b22f28b5d84b8a03b24
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index a3244e2c1..0d759210e 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -3,7 +3,6 @@ coverage>=3.6
discover
fixtures>=0.3.14
mock>=1.0
-mox>=0.5.3
Babel>=1.3
MySQL-python
psycopg2