Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YAMLLoadWarning when calling yaml.load #754

Closed
nanounanue opened this issue Jun 3, 2020 · 1 comment
Closed

YAMLLoadWarning when calling yaml.load #754

nanounanue opened this issue Jun 3, 2020 · 1 comment
Assignees
Labels
trivial Should be very easy to implement, in a couple lines or so

Comments

@nanounanue
Copy link
Contributor

 /triage/src/triage/component/catwalk/storage.py:549: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
    return yaml.load(fd)

-- Docs: https://docs.pytest.org/en/latest/warnings.html
======================================================================
@nanounanue nanounanue added the trivial Should be very easy to implement, in a couple lines or so label Jun 3, 2020
@nanounanue nanounanue self-assigned this Jun 3, 2020
@nanounanue
Copy link
Contributor Author

Closed in 52e9f14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
trivial Should be very easy to implement, in a couple lines or so
Projects
None yet
Development

No branches or pull requests

1 participant