From 664bc299fd4433f723a06933959c6774e53ae697 Mon Sep 17 00:00:00 2001 From: Mate Lakat Date: Mon, 9 Sep 2013 09:57:34 +0100 Subject: [PATCH] hacking should conform with OS requirements hacking did not make any assumption on which version of six is installed, therefore hacking pulled in an incompatible six version, making it impossible to run the tests. fixes bug 1222706 Change-Id: Icd31caa93587614425036fc4c8d3cfd3a83b6b3c --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 857382ac..21ca2a14 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ pep8==1.4.5 pyflakes>=0.7.2,<0.7.4 flake8==2.0 -six +six<1.4.0