Update hacking version to 1.1.x

This commit updates hacking version in test-requirements

Change-Id: If88575d4fdb16b2f5f4acc71f750414e4ce423fb
Story: 2004930
Task: 35690
This commit is contained in:
poothia 2019-07-05 13:21:53 +05:30
parent f3696e3818
commit 15857dfe91
2 changed files with 3 additions and 2 deletions

View File

@ -216,7 +216,8 @@ class TestMeasurements(base.BaseMonascaTest):
# Get first offset from api
query_parms = '?name=' + str(self._names_list[1]) + \
'&merge_metrics=true&start_time=' + measurements[measurement_index - 1][0] + \
'&merge_metrics=true&start_time=' + \
measurements[measurement_index - 1][0] + \
'&end_time=' + self._end_time + \
'&limit=1'
resp, response_body = self.monasca_client.list_measurements(query_parms)

View File

@ -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.12.0 # Apache-2.0
hacking>=1.1.0,<1.2.0 # Apache-2.0
sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD