fault/python-fmclient
Al Bailey a425fa6626 Support newer version of yaml
yaml.load will report a warning in pyyaml 5 and an error
in pyyaml 6 if it is called without a Loader argument.

The no-member pylint error was being suppressed due to
legacy http code, so now that is un-suppressed globally
and the yaml.load is replaced with yaml.safe_load

Test Plan:
  PASS: tox
  PASS: yaml.load('events.yaml') returns the same content
       as yaml.safe_load('events.yaml')

Story: 2010642
Task: 48157
Signed-off-by: Al Bailey <al.bailey@windriver.com>
Change-Id: Ibac118cd9555f3334251b10a6b3e0a5986285854
2023-05-31 16:36:27 +00:00
..
centos Add auto-versioning to starlingx/fault packages 2020-05-27 15:19:34 -04:00
debian Update debian package versions to use git commits 2023-02-09 18:06:57 +00:00
fmclient Support newer version of yaml 2023-05-31 16:36:27 +00:00
opensuse Add missing Requires to fault components for opensuse 2019-10-08 18:24:30 -05:00
PKG-INFO Update the License in FM packages 2018-09-05 14:54:00 -04:00