This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch chandan/stack-stricter-warnings in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit ab29699b520b1117a0d0dbbf5a79d846959fa17a Author: Chandan Singh <[email protected]> AuthorDate: Tue Jul 16 15:18:33 2019 +0100 fixup! fixup! fixup! tests: Remove build dependencies from stack elements --- tests/frontend/show.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/frontend/show.py b/tests/frontend/show.py index 29c6376..e627d30 100644 --- a/tests/frontend/show.py +++ b/tests/frontend/show.py @@ -334,7 +334,7 @@ def test_inconsistent_junction(cli, tmpdir, datafiles, ref_storage, workspaced): else: # Assert that we have the expected provenance encoded into the error element_node = _yaml.load(element_path, shortname='junction-dep.bst') - ref_node = element_node.get_sequence('depends').mapping_at(0) + ref_node = element_node.get_sequence('runtime-depends').mapping_at(0) provenance = ref_node.get_provenance() assert str(provenance) in dep_result.stderr
