From e96a53a68b2ed1ce9b98661b07f8071e789d2319 Mon Sep 17 00:00:00 2001 From: Erno Kuvaja Date: Thu, 1 May 2014 10:51:44 +0000 Subject: [PATCH] Fixes installation of test-requirements pip install fails because the "-f http...pysendfile.2.0.0.tar.gz" returns 404. pip will install pysendfile 2.0.0 without defining the url. Ref: http://code.google.com/p/pysendfile/issues/detail?id=20&can=1 Closes bug 1314968 Change-Id: I15baf378b37841f8abb21294efebe2dee95077c3 (cherry picked from commit ed816a214be8acc17d75f68e6c2552fd3b1ad56f) --- test-requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index bef062d611..986b85339f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -19,7 +19,6 @@ psutil>=1.1.1 # Optional packages that should be installed when testing MySQL-python psycopg2 --f http://pysendfile.googlecode.com/files/pysendfile-2.0.0.tar.gz pysendfile==2.0.0 qpid-python xattr>=0.4