From 851fdb4988fcab2e60e54441f1d2e2bd3e4c747d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 16 Jan 2014 13:15:26 +0100 Subject: [PATCH] Remove dependencies on pep8, pyflakes and flake8 Hacking already pins them to the compatible versions, so avoid running out of sync by letting hacking determine the correct code checker versions. Change-Id: I22151423b7884428d71de364ea81d6ec0a1fdafa --- test-requirements.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 692a86645f..6522bdf5f9 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.8.0,<0.9 coverage>=3.6