You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
493 B

Index: rosinstall_generator-0.1.22/test/test_distro.py
===================================================================
--- rosinstall_generator-0.1.22.orig/test/test_distro.py
+++ rosinstall_generator-0.1.22/test/test_distro.py
@@ -53,7 +53,7 @@ def _get_test_dist():
type: distribution
version: 2
'''
- return DistributionFile('test', yaml.load(test_dist_yaml))
+ return DistributionFile('test', yaml.safe_load(test_dist_yaml))
def test_get_package_names():