From 3dc2289538fab168485e8d07581d3e2272e40c07 Mon Sep 17 00:00:00 2001 From: Hongbin Lu Date: Mon, 25 May 2020 01:26:47 +0000 Subject: [PATCH] Fix stable branch py2 job The hacking version is not available at python2, which breaks stable/stein py2 job. This commit makes hacking py3 only. Change-Id: I3864f5eb05321345bfc3b2fa7d08654665a84219 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 1dab14e..b18a222 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>=3.0.1,<3.1.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0;python_version>='3.5' # Apache-2.0 sphinx>=2.0.0,!=2.1.0 # BSD openstackdocstheme>=2.0.0 # Apache-2.0