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:20 UTC

[buildstream] 05/14: fixup! 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 282001b7685c706917e095f461efcd56ed34b898
Author: Chandan Singh <cs...@bloomberg.net>
AuthorDate: Tue Jul 16 15:17:15 2019 +0100

    fixup! fixup! tests: Remove build dependencies from stack elements
---
 tests/frontend/show.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/frontend/show.py b/tests/frontend/show.py
index d173fd8..29c6376 100644
--- a/tests/frontend/show.py
+++ b/tests/frontend/show.py
@@ -245,7 +245,7 @@ def test_unfetched_junction(cli, tmpdir, datafiles, ref_storage, element_name, w
     #
     element = {
         'kind': 'stack',
-        'depends': [
+        'runtime-depends': [
             {
                 'junction': 'junction.bst',
                 'filename': 'import-etc.bst'
@@ -303,7 +303,7 @@ def test_inconsistent_junction(cli, tmpdir, datafiles, ref_storage, workspaced):
     #
     element = {
         'kind': 'stack',
-        'depends': [
+        'runtime-depends': [
             {
                 'junction': 'junction.bst',
                 'filename': 'import-etc.bst'
@@ -359,7 +359,7 @@ def test_fetched_junction(cli, tmpdir, datafiles, element_name, workspaced):
     #
     element = {
         'kind': 'stack',
-        'depends': [
+        'runtime-depends': [
             {
                 'junction': 'junction.bst',
                 'filename': 'import-etc.bst'