You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2021/02/04 08:23:19 UTC

[buildstream] 06/14: fixup! fixup! fixup! tests: Remove build dependencies from stack elements

This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch chandan/stack-stricter-warnings
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit ab29699b520b1117a0d0dbbf5a79d846959fa17a
Author: Chandan Singh <cs...@bloomberg.net>
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