From b1b4de5ee201c9e2d56400112cac623167f5846e Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Tue, 2 Apr 2019 16:31:37 +0100 Subject: [PATCH] Bump hacking version Make sure we're using the same version as tempest. Change-Id: If65267f4dced7170331a74532c29f42105e032c7 Signed-off-by: Stephen Finucane --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 825ccfb5..1195b616 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1,5 @@ # 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.13.0,<0.14,>=0.12.0 # Apache-2.0 +hacking>=1.1.0,<1.2.0 # Apache-2.0 oslotest