diff options
author | zhulingjie <easyzlj@gmail.com> | 2019-01-05 01:02:10 +0800 |
---|---|---|
committer | zhulingjie <easyzlj@gmail.com> | 2019-01-05 01:02:15 +0800 |
commit | ce6739f38799126f46ff3693ddd508dcce120140 (patch) | |
tree | bcdedfcbb43f212e63884e088af76ca3d2b2c07d | |
parent | 0c053b012ff495eeca65a74253d2682233c77986 (diff) |
Update hacking version to latest
Change-Id: Ie1fc3ed3ef23959f9d266561eb4fd749209a139b
Notes
Notes (review):
Code-Review+2: Renat Akhmerov <renat.akhmerov@gmail.com>
Code-Review+1: Manik Bindlish <manikbindlish19@gmail.com>
Workflow+1: Renat Akhmerov <renat.akhmerov@gmail.com>
Verified+2: Zuul
Submitted-by: Zuul
Submitted-at: Mon, 14 Jan 2019 08:23:53 +0000
Reviewed-on: https://review.openstack.org/628623
Project: openstack/mistral-tempest-plugin
Branch: refs/heads/master
-rw-r--r-- | test-requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index 0a805cb..b50038a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt | |||
@@ -2,7 +2,7 @@ | |||
2 | # of appearance. Changing the order has an impact on the overall integration | 2 | # of appearance. Changing the order has an impact on the overall integration |
3 | # process, which may cause wedges in the gate later. | 3 | # process, which may cause wedges in the gate later. |
4 | 4 | ||
5 | hacking<0.13,>=0.12.0 # Apache-2.0 | 5 | hacking>=1.1.0,<1.2.0 # Apache-2.0 |
6 | 6 | ||
7 | sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD | 7 | sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD |
8 | openstackdocstheme>=1.18.1 # Apache-2.0 | 8 | openstackdocstheme>=1.18.1 # Apache-2.0 |