jenkins-job-builder/tests/cmd
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
..
fixtures remove support of old plugin config format 2019-04-16 09:08:05 +08:00
subcommands Fix the yaml load warning. 2019-12-10 09:52:40 +01:00
__init__.py tests for JJB command processing 2014-07-09 08:55:10 -07:00
test_cmd.py Auto-generated output from python-black 2019-09-09 19:23:24 +01:00
test_config.py Auto-generated output from python-black 2019-09-09 19:23:24 +01:00
test_recurse_path.py Auto-generated output from python-black 2019-09-09 19:23:24 +01:00