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 a47d0f1b33285cd311de3e9f72fcf9275846971e
Author: Tristan van Berkom <[email protected]>
AuthorDate: Wed Mar 30 13:07:16 2022 +0900

    tests/frontend/pull.py: Use tar repo instead of git repo
---
 tests/frontend/pull.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/frontend/pull.py b/tests/frontend/pull.py
index 91a9423..52a30cd 100644
--- a/tests/frontend/pull.py
+++ b/tests/frontend/pull.py
@@ -344,7 +344,7 @@ def test_pull_missing_blob_split_share(cli, tmpdir, 
datafiles):
 @pytest.mark.datafiles(DATA_DIR)
 def test_pull_missing_local_blob(cli, tmpdir, datafiles):
     project = os.path.join(datafiles.dirname, datafiles.basename)
-    repo = create_repo("git", str(tmpdir))
+    repo = create_repo("tar", str(tmpdir))
     repo.create(os.path.join(str(datafiles), "files"))
     element_dir = os.path.join(str(tmpdir), "elements")
     project = str(tmpdir)

Reply via email to