From 63b45d8785531c4b1aa2b6101a553380c0795880 Mon Sep 17 00:00:00 2001 From: Zhongyue Luo Date: Fri, 16 Aug 2013 10:34:40 +0800 Subject: [PATCH] Remove redundant dependencies in test-requirements Hacking 0.7 already pins down pep8, pyflakes and flake8 so they can be removed from test-requirements as they are indirect dependencies. Co-author: Joe Gordon Change-Id: Ia9f50e35f292ba35f8ca036cd66c930a3ad46ffd --- test-requirements.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 43b5d0e87b..dd0d692856 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,7 +1,4 @@ -# Install bounded pep8/pyflakes first, then let flake8 install -pep8==1.4.5 -pyflakes>=0.7.2,<0.7.4 -flake8==2.0 +# Hacking already pins down pep8, pyflakes and flake8 hacking>=0.5.6,<0.8 # For translations processing