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