Browse Source
In all honesty, the warnings that were output about unsafe yaml.load while running unit tests in Shipyard were just kind of annoying. They always made me think there was a unit test failure for a split second. This patch set updates yaml.load to yaml.safe_load in the configdocs helper unit tests. The unit tests themselves are effectively unchanged, but now there are no warnings returned. Change-Id: I65a5d55fbe9eb690ad534a5b7df882762bf5a9fbchanges/39/658139/1
1 changed files with 5 additions and 5 deletions
Loading…
Reference in new issue