We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
yaml.safe_load
PendingDeprecationWarning
If ignore::PendingDeprecationWarning is commented out in pytest.ini one gets:
ignore::PendingDeprecationWarning
tests/test_config/test_config_get_config_dict.py::test_exit_if_configfile_has_bad_yaml /Users/tbaker/github/dcmi/dctap-python/dctap/config.py:73: PendingDeprecationWarning: safe_load will be removed, use yaml=YAML(typ='safe', pure=True) yaml.load(...) instead return yaml.safe_load(default_config_yaml) -- Docs: https://docs.pytest.org/en/stable/warnings.html
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If
ignore::PendingDeprecationWarning
is commented out in pytest.ini one gets:The text was updated successfully, but these errors were encountered: