From c482f5b241889c0b2e97f3c9c9d32f3a8c42d2e7 Mon Sep 17 00:00:00 2001 From: Brant Knudson Date: Thu, 21 May 2015 17:08:13 -0500 Subject: [PATCH] Fixup test-requirements-py3.txt test-requirements-py3.txt had an older version of hacking. This brings the hacking version up to date with test-requirements.txt. Change-Id: I4960d5ff8851f46f7017e18b94a0fc44545533b5 --- test-requirements-py3.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test-requirements-py3.txt b/test-requirements-py3.txt index 9a33730f..e4d66da0 100644 --- a/test-requirements-py3.txt +++ b/test-requirements-py3.txt @@ -2,10 +2,11 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. +hacking>=0.10.0,<0.11 + coverage>=3.6 discover fixtures>=0.3.14 -hacking>=0.8.0,<0.9 mock>=1.0 pycrypto>=2.6 oslosphinx>=2.5.0 # Apache-2.0