From 656b404e298ea1a73c2f2519a9cc65db1ea96629 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Tue, 11 Jun 2013 11:30:43 -0700 Subject: Remove explicit distribute depend. Causes issues with the recent re-merge with setuptools. Advice from upstream is to stop doing explicit depends. Change-Id: Ic98d17bf6e5576590c3fcbd7957da0bef28b9851 --- test-requirements.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 62c0eea..a19b4af 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,6 +1,3 @@ -# Packages needed for dev testing -distribute>=0.6.24 - coverage fixtures>=0.3.12 flake8==2.0 -- cgit