This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch jmac/googlecas_and_virtual_directories_1 in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit e20ee875822f6f78183470857ef322a83e50ad81 Author: Jürg Billeter <[email protected]> AuthorDate: Thu Mar 15 10:48:00 2018 +0100 tests/frontend/push.py: Add missing skip annotation for non-Linux --- tests/frontend/push.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/frontend/push.py b/tests/frontend/push.py index 3415152..80f06e0 100644 --- a/tests/frontend/push.py +++ b/tests/frontend/push.py @@ -41,6 +41,7 @@ def assert_not_shared(cli, share, project, element_name): # * `bst push` fails if there are no remotes configured for pushing # * `bst push` successfully pushes to any remote that is configured for pushing # [email protected](not IS_LINUX, reason='Only available on linux') @pytest.mark.datafiles(DATA_DIR) def test_push(cli, tmpdir, datafiles): project = str(datafiles)
