From 30de89b4946d3531f786b5b1a73314259d5fc106 Mon Sep 17 00:00:00 2001 From: Jamie Lennox Date: Tue, 26 Aug 2014 14:17:47 +1000 Subject: [PATCH 1/2] Remove test dependencies * discover is only needed on python2.6 it can be ignored for later. * testrepository isn't needed for test running. Not built for python3 in fedora. * sphinx is required to build documentation. Not needed for package. Change-Id: I5a8bd566e30e6ec98b07d31224445b46348c5cd2 --- test-requirements.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 81d9c58..d13831f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,6 +1,3 @@ -discover fixtures mock -sphinx>=1.1.2,!=1.2.0,<1.3 -testrepository>=0.0.18 testtools -- 1.9.3