ruamel PendingDeprecationWarning
See original GitHub issueHi! I’m a huge fan of strictyaml, thank you for releasing and maintaining it. Just FYI.
/Users/bede/conda/envs/konsteltest/lib/python3.9/site-packages/strictyaml/parser.py:280: PendingDeprecationWarning:
load will be removed, use
yaml=YAML(typ='unsafe', pure=True)
yaml.load(...)
instead
document = ruamelyaml.load(yaml_string, Loader=DynamicStrictYAMLLoader)
Python 3.9.2, abridged pip freeze
:
ruamel.yaml==0.17.2
ruamel.yaml.clib==0.2.2
strictyaml==1.4.0
Does not replicate with ruamel.yaml==0.16.12
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:5 (3 by maintainers)
Top Results From Across the Web
How to enable testing for DeprecationWarning and ...
For ruamel.yaml this means that all the module level imports of ruamel.yaml in the test files need to be moved to methods/functions; ...
Read more >ruamel PendingDeprecationWarning - - Bountysource
Coming soon: A brand new website interface for an even better experience!
Read more >Basic Usage — Python YAML package documentation
Basic Usage¶. You load a YAML document using: from ruamel.yaml import YAML yaml ...
Read more >Release notes — conda 22.11.1.post14+4f2f30268 ...
Add a pending deprecation warning for when importing tqdm from conda._vendor . (#12005). Drop ruamel_yaml and ruamel_yaml_conda in favor of ruamel.yaml .
Read more >setup.cfg · master · Bliss / bliss · GitLab
ruamel.yaml. 64. scipy. 65. silx >=1.1.1. 66. simple-pid. 67. sortedcontainers ... ignore::PendingDeprecationWarning.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for pointing it out. Will get to this tomorrow or day after.
On Tue, Apr 13, 2021 at 1:11 AM cowlinator @.***> wrote:
Thanks I’ll check it out.
On Fri, 2 Apr 2021, 16:07 Bede Constantinides, @.***> wrote: