From 907b9dc0cd48f5ac3fb391bb84b8c64d5bce3f70 Mon Sep 17 00:00:00 2001 From: Andreas Maier Date: Thu, 29 Mar 2018 14:39:02 -0400 Subject: [PATCH] Fixed Travis failure on py26 with testfixtures package. Signed-off-by: Andreas Maier --- dev-requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index ee485fe1b..6cb215407 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -13,7 +13,8 @@ unittest2>=1.1.0 pytest>=3.0.7,<3.3.0; python_version == '2.6' pytest>=3.0.7; python_version > '2.6' -testfixtures>=4.3.3 +# testfixtures 6.0.0 no longer supports py26 and fails on py26 with syntax error +testfixtures>=4.3.3,<6.0.0 httpretty>=0.8.14 lxml>=4.0.0 requests>=2.12.4