summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhijunWei <wzj334965317@outlook.com>2018-12-28 22:52:08 +0800
committerZhijunWei <wzj334965317@outlook.com>2018-12-28 22:52:19 +0800
commit9e0a4fd2f4e2bb54d4e31422683e133b7d0a3b21 (patch)
treecb0ed849af0bf86e0937220a6b919c05fa6ca785
parent1df6fcbc1e3bcc8e682189449d0afc2033f66f9a (diff)
downloadoslosphinx-9e0a4fd2f4e2bb54d4e31422683e133b7d0a3b21.tar.gz
Update hacking version
Change-Id: I56ab0cf7cc1320c4610b9937544e225b2bbe482d
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index d9d4239..b6391eb 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
# this is required for the docs build jobs
sphinx>=1.6.2 # BSD