From c009f51c42a8c7e511d005b007d7fad0d7b5f73a Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 20 May 2015 08:59:35 +0200 Subject: [PATCH] Update to hacking 0.10.x Update to current hacking. This change needs to be manually imported from the global requirements repository. Change-Id: Ifbb75612ae0bca9ec3486859314f5e37d281f74b --- 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 513d0f2639..590e9440f9 100644 --- a/test-requirements-py3.txt +++ b/test-requirements-py3.txt @@ -1,7 +1,7 @@ # The order of packages is significant, because pip processes them in the order # 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 coverage>=3.6 discover fixtures>=0.3.14 diff --git a/test-requirements.txt b/test-requirements.txt index 076c983443..75fb340ef0 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,7 +1,7 @@ # The order of packages is significant, because pip processes them in the order # 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 coverage>=3.6 discover fixtures>=0.3.14