summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjacky06 <zhang.min@99cloud.net>2019-03-06 22:18:02 +0800
committerjacky06 <zhang.min@99cloud.net>2019-03-06 22:18:14 +0800
commit81e30a2c2fa2a09d22f22e4575013f06d11d1ab3 (patch)
treec0ddf251d6922dd29afdb541983f9dd9e8d743fc
parent74fc34a8f07036c4944c22da7a5c02a1ccdfdb71 (diff)
downloados-client-config-81e30a2c2fa2a09d22f22e4575013f06d11d1ab3.tar.gz
Update hacking version
Use latest release 1.1.0 and compatible changes w.r.t pep8 Change-Id: I360c621d313b76bf88e91ff8be9e759d8367c847
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 76e4748..ca4c307 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.13.0,<0.14,>=0.12.0 # Apache-2.0
+hacking>=1.1.0,<1.2.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
extras>=1.0.0 # MIT