From 7609d7fcc762ea4964f1e0503b923ea907d9794d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 14 Jan 2014 10:37:24 +0100 Subject: [PATCH] Let Hacking choose the right dependencies on its own Synchronize hacking with OpenStack requirements alongway. Change-Id: I4a8f799baf5c747e8d3b7e33c8be5d6dbedc0cff --- test-requirements.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 9a62c01b..cf37e3b1 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,3 +1,5 @@ +# Hacking already pins down pep8, pyflakes and flake8 +hacking>=0.8.0,<0.9 # Unit testing discover fixtures>=0.3.12 @@ -11,7 +13,3 @@ nose-exclude openstack.nose_plugin>=0.7 # Metrics and style coverage>=3.6 -flake8==2.0 -hacking>=0.5.6,<0.6 -pep8==1.4.5 -pyflakes==0.7.2