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 282001b7685c706917e095f461efcd56ed34b898 Author: Chandan Singh <[email protected]> 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'
