Closed IanSudbery closed 2 years ago
Changes to pyyaml mean that yaml.load() has been replaced with yaml.safe_load() and yaml.full_load(). Since we are only loading text from the testing configuration, I have replaced yaml.load() with yaml.safe_load
pyyaml
yaml.load()
yaml.safe_load()
yaml.full_load()
yaml.safe_load
Changes to
pyyaml
mean thatyaml.load()
has been replaced withyaml.safe_load()
andyaml.full_load()
. Since we are only loading text from the testing configuration, I have replacedyaml.load()
withyaml.safe_load