jlaska / pytest-github

Plugin for py.test that associates tests with github issues using a marker
MIT License
18 stars 9 forks source link

Fix warning about yaml load #27

Closed AlanCoding closed 3 years ago

AlanCoding commented 3 years ago

Fixes

12:59:41  /home/ec2-user/venvs/venv/lib64/python3.6/site-packages/pytest_github/plugin.py:119: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
AlanCoding commented 3 years ago

whoops, already one out there