From 19b25624053c9e06fb5d79d11942c937894140f1 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Fri, 3 Apr 2015 14:04:10 +0000 Subject: [PATCH] Update to latest hacking Change-Id: Ib712ee65ffc60c95dcad53393f000b9da53ff9e4 --- test-requirements-py3.txt | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test-requirements-py3.txt b/test-requirements-py3.txt index bb061d3..e221ee7 100644 --- a/test-requirements-py3.txt +++ b/test-requirements-py3.txt @@ -2,7 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -hacking>=0.9.2,<0.10 +hacking>=0.10.0,<0.11 discover fixtures>=0.3.14 diff --git a/test-requirements.txt b/test-requirements.txt index 8549ecf..a3fa9e8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,7 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -hacking>=0.9.2,<0.10 +hacking>=0.10.0,<0.11 discover fixtures>=0.3.14