jenkins-job-builder/tests/cachestorage
Daniel Bengtsson 0b4ed38ca6 Fix the yaml load warning.
In the new version of PyYAML the API changed to be more explicit. Now
the default value for the Loader is None, see:

https://github.com/yaml/pyyaml/blob/5.1/lib3/yaml/__init__.py#L103

The load is unsafe. It's better to use safe_load function.

Change-Id: Ia1cd16f2ff970ca220a266c99b6554dd4254ebd9
2019-12-10 09:52:40 +01:00
..
__init__.py Write cache to file on CacheStorage object delete 2014-11-07 12:25:25 +00:00
test_cachestorage.py Fix the yaml load warning. 2019-12-10 09:52:40 +01:00