URL: https://github.com/freeipa/freeipa/pull/6132 Author: miskopo Title: #6132: ipatests: webui: Use YAML loader depending on package version Action: opened
PR body: """ FullLoader class for YAML loader was deprecated in version 5.1 which also deprecated default loader. Use correct loader based on the pyYAML package version.
Related: https://pagure.io/freeipa/issue/9009
Signed-off-by: Michal Polovka mpolovka@redhat.com """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/6132/head:pr6132 git checkout pr6132
URL: https://github.com/freeipa/freeipa/pull/6132 Author: miskopo Title: #6132: ipatests: webui: Use YAML SafeLoader Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/6132/head:pr6132 git checkout pr6132
freeipa-devel@lists.fedorahosted.org