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

#60 fix pyaml load file #65

Closed
wants to merge 3 commits into from
Closed

#60 fix pyaml load file #65

wants to merge 3 commits into from

Conversation

alexsukhrin
Copy link

use yaml.full_load

Address following warning:
YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated

Please read https://msg.pyyaml.org/load for full details.

Fixes #60

Signed-off-by: Alexandr Sukhrin [email protected]

@codecov-io
Copy link

Codecov Report

Merging #65 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #65   +/-   ##
=======================================
  Coverage   88.61%   88.61%           
=======================================
  Files           4        4           
  Lines         123      123           
=======================================
  Hits          109      109           
  Misses         14       14
Impacted Files Coverage Δ
aiohttp_swagger/helpers/builders.py 83.11% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6cf3cf9...1a30021. Read the comment docs.

@goranpavlovic
Copy link
Collaborator

Fixed by another PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compatibility with new PyYAML (version 5.1)
3 participants