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

tvb pushed a commit to branch tristan/remove-plugins
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 1248a122c6026753f7ec8de50b87890948baa13e
Author: Tristan van Berkom <[email protected]>
AuthorDate: Tue Mar 29 19:14:51 2022 +0900

    tests/format/include.py: Use tar source instead of git source
    
    This test doesn't require git for testing, use tar since tar is not
    going to be removed.
---
 tests/format/include.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/format/include.py b/tests/format/include.py
index afa0d22..3443cec 100644
--- a/tests/format/include.py
+++ b/tests/format/include.py
@@ -109,7 +109,7 @@ def test_junction_element_partial_project_project(cli, 
tmpdir, datafiles):
     subproject_path = os.path.join(project, "subproject")
     junction_path = os.path.join(project, "junction.bst")
 
-    repo = create_repo("git", str(tmpdir))
+    repo = create_repo("tar", str(tmpdir))
 
     ref = repo.create(subproject_path)
 
@@ -133,7 +133,7 @@ def test_junction_element_not_partial_project_file(cli, 
tmpdir, datafiles):
     subproject_path = os.path.join(project, "subproject")
     junction_path = os.path.join(project, "junction.bst")
 
-    repo = create_repo("git", str(tmpdir))
+    repo = create_repo("tar", str(tmpdir))
 
     ref = repo.create(subproject_path)
 

Reply via email to