Fix compatibility with gabbi >= 2.7.0
Fix the argument error caused by the change[1] in gabbi 2.7.0 .
[1] 8511156559
Change-Id: I936a3e6ddb0c254069839aaaa1f0eb7d4a72c85d
This commit is contained in:
parent
2985e2d88e
commit
cb3f983607
@ -1,9 +1,5 @@
|
|||||||
# The order of packages is significant, because pip processes them in the order
|
|
||||||
# of appearance. Changing the order has an impact on the overall integration
|
|
||||||
# process, which may cause wedges in the gate later.
|
|
||||||
|
|
||||||
pbr>=2.0 # Apache-2.0
|
pbr>=2.0 # Apache-2.0
|
||||||
oslo.config>=6.0.0 # Apache-2.0
|
oslo.config>=6.0.0 # Apache-2.0
|
||||||
oslo.utils>=3.37.0 # Apache-2.0
|
oslo.utils>=3.37.0 # Apache-2.0
|
||||||
tempest>=17.1.0 # Apache-2.0
|
tempest>=17.1.0 # Apache-2.0
|
||||||
gabbi>=1.30.0 # Apache-2.0
|
gabbi>=2.7.0 # Apache-2.0
|
||||||
|
@ -38,7 +38,7 @@ def run_test(test_class_instance, test_dir, filename):
|
|||||||
host='example.com', port=None,
|
host='example.com', port=None,
|
||||||
fixture_module=None,
|
fixture_module=None,
|
||||||
intercept=None,
|
intercept=None,
|
||||||
handlers=runner.initialize_handlers([]),
|
handlers=runner.initialize_handlers([], []),
|
||||||
test_loader_name="tempest")
|
test_loader_name="tempest")
|
||||||
|
|
||||||
# NOTE(sileht): We hide stdout/stderr and reraise the failure
|
# NOTE(sileht): We hide stdout/stderr and reraise the failure
|
||||||
|
Loading…
Reference in New Issue
Block a user