From d542def039d42d774d61800073bc9d1ba86ff4a2 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Tue, 11 Jun 2013 11:33:28 -0700 Subject: [PATCH] Remove explicit distribute depend. Causes issues with the recent re-merge with setuptools. Advice from upstream is to stop doing explicit depends. Change-Id: Ic83dca8c17799335b76311d1d657adcd1dc94f01 --- test-requirements.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 1eb2509c73..392348e248 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,8 +4,6 @@ pyflakes==0.7.2 flake8==2.0 hacking>=0.5.3,<0.6 -distribute>=0.6.24 - coverage discover fixtures>=0.3.12