From 5b95d76cb94d6cbeebe9524bc4d16478e2c6d93e Mon Sep 17 00:00:00 2001 From: Jacob Floyd Date: Tue, 10 Sep 2024 20:46:58 -0500 Subject: [PATCH 1/2] do not rely on the runner.yaml symlink in the test The symlink is not registered in pants. So far, this is the first time something has tried to access that file. So, just use the actual file instead of the symlink --- contrib/runners/python_runner/tests/unit/test_output_schema.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/runners/python_runner/tests/unit/test_output_schema.py b/contrib/runners/python_runner/tests/unit/test_output_schema.py index e997d8b60b..c5fd0d00e2 100644 --- a/contrib/runners/python_runner/tests/unit/test_output_schema.py +++ b/contrib/runners/python_runner/tests/unit/test_output_schema.py @@ -66,7 +66,7 @@ def setUpClass(cls): assert_submodules_are_checked_out() def test_adherence_to_output_schema(self): - config = self.loader(os.path.join(BASE_DIR, "../../runner.yaml")) + config = self.loader(os.path.join(BASE_DIR, "../../python_runner/runner.yaml")) runner = self._get_mock_runner_obj() runner.entry_point = PASCAL_ROW_ACTION_PATH runner.pre_run() From c7e4543318e1278daa491264bc8a4c19b21f8a39 Mon Sep 17 00:00:00 2001 From: Jacob Floyd Date: Sat, 5 Oct 2024 12:21:45 -0500 Subject: [PATCH 2/2] update changelog entry --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ff69e3abef..677af5dd79 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -65,7 +65,7 @@ Added working on StackStorm, improve our security posture, and improve CI reliability thanks in part to pants' use of PEX lockfiles. This is not a user-facing addition. #6118 #6141 #6133 #6120 #6181 #6183 #6200 #6237 #6229 #6240 #6241 #6244 #6251 #6253 - #6254 #6258 + #6254 #6258 #6259 Contributed by @cognifloyd * Build of ST2 EL9 packages #6153 Contributed by @amanda11