summaryrefslogtreecommitdiff
path: root/dev-ada/langkit/files/langkit-2019-pyyaml.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ada/langkit/files/langkit-2019-pyyaml.patch')
-rw-r--r--dev-ada/langkit/files/langkit-2019-pyyaml.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-ada/langkit/files/langkit-2019-pyyaml.patch b/dev-ada/langkit/files/langkit-2019-pyyaml.patch
deleted file mode 100644
index 58a64992a7c9..000000000000
--- a/dev-ada/langkit/files/langkit-2019-pyyaml.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/testsuite/testsuite_support/polyfill.py 2020-03-26 20:43:40.861154768 +0100
-+++ b/testsuite/testsuite_support/polyfill.py 2020-03-26 20:44:07.874675123 +0100
-@@ -376,7 +376,7 @@
- # First load data provided by this testcase
- try:
- with open(os.path.join(test_dir, 'test.yaml'), 'r') as f:
-- test_data = yaml.load(f)
-+ test_data = yaml.safe_load(f)
- except (IOError, yaml.error.YAMLError) as exc:
- status = 'PROBLEM'
- message = 'Invalid test.yaml: {}'.format(exc)