File 0001-Move-pep8-dependency-into-pep8-tox-test.patch of Package python-cliff

From 75ab1c5646902b6569058467c789b14f0e3080d1 Mon Sep 17 00:00:00 2001
From: Dirk Mueller <dirk@dmllr.de>
Date: Thu, 13 Feb 2014 12:55:22 +0100
Subject: [PATCH] Move pep8 dependency into pep8 tox test

The other unit tests do not require pep8

Change-Id: I7ac68bb3ff48a76a6dd3db08a05827831069f141
---
 test-requirements.txt | 1 -
 tox.ini               | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/test-requirements.txt b/test-requirements.txt
index 85c0039..624f4f9 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,6 +1,5 @@
 nose
 mock
 coverage
-pep8
 cmd2
 PrettyTable
diff --git a/tox.ini b/tox.ini
index a210ff2..da84351 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,7 +10,7 @@ deps =
     coverage
 
 [testenv:pep8]
-deps = flake8
+deps = flake8 pep8==1.4.5
 commands = flake8 cliff docs/source/conf.py setup.py
 
 [testenv:py26]
-- 
1.8.4.1

openSUSE Build Service is sponsored by