From 2c33dc3d2080a0c7546284429d1789f93f114b87 Mon Sep 17 00:00:00 2001 From: Luqmaan Date: Fri, 4 Apr 2014 10:31:13 -0500 Subject: [PATCH] Specify version number for packages in test-requirements.txt As you may have noticed, the last month or so of Travis builds have been failing: ``` FAILED (errors=3) make: *** [functional] Error 1 FAILED (failures=5) make: *** [unit] Error 1 ``` Specifying the version number for the packages in the requirements.txt makes the Travis builds pass again. --- test-requirements.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 92e199e..9549c03 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,12 +1,12 @@ # test runner -coverage -nose +coverage==3.7.1 +nose==1.3.0 # testing utilities -mock -sure +mock==1.0.1 +sure==1.2.3 # external frameworks tested against -httplib2 -requests -tornado +httplib2==0.8 +requests==2.2.0 +tornado==3.2