Skip to content

Commit

Permalink
Fixed Travis failure on py26 with testfixtures package.
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <maiera@de.ibm.com>
  • Loading branch information
andy-maier committed Mar 29, 2018
1 parent 71646a5 commit 907b9dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 907b9dc

Please sign in to comment.