You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by gi...@apache.org on 2020/12/29 13:24:19 UTC

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

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 5e2acf1f95a8a30ed575f9be38d09bcbe7d5cde4
Author: Chandan Singh <cs...@bloomberg.net>
AuthorDate: Tue Jul 16 15:12:45 2019 +0100

    fixup! tests: Remove build dependencies from stack elements
---
 tests/frontend/fetch.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/frontend/fetch.py b/tests/frontend/fetch.py
index ff5afd8..d8fe6d7 100644
--- a/tests/frontend/fetch.py
+++ b/tests/frontend/fetch.py
@@ -171,6 +171,6 @@ def test_inconsistent_junction(cli, tmpdir, datafiles, ref_storage):
 
     # 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 result.stderr