Merge "testinfra: silence yaml.load() warnings"
This commit is contained in:
commit
fdb446f0e3
@ -8,7 +8,7 @@ def zuul_data():
|
||||
data = {}
|
||||
|
||||
with open('/home/zuul/src/opendev.org/opendev/system-config/inventory/base/gate-hosts.yaml') as f:
|
||||
inventory = yaml.load(f)
|
||||
inventory = yaml.safe_load(f)
|
||||
data['inventory'] = inventory
|
||||
|
||||
zuul_extra_data_file = os.environ.get('TESTINFRA_EXTRA_DATA')
|
||||
|
Loading…
x
Reference in New Issue
Block a user