Skip to content

Commit 2d5c123

Browse files
committed
refactor(conftest): Deprecate git_repo for libvcs pytest fixture
1 parent b9c0aa1 commit 2d5c123

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/conftest.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,6 @@ def git_repo_kwargs(repos_path: pathlib.Path, git_dummy_repo_dir):
7676
}
7777

7878

79-
@pytest.fixture
80-
def git_repo(git_repo_kwargs) -> GitSync:
81-
"""Create an git repository for tests. Return repo."""
82-
repo = create_project(vcs="git", **git_repo_kwargs)
83-
repo.obtain(quiet=True)
84-
return repo
85-
86-
8779
class DummyRepoProtocol(t.Protocol):
8880
"""Callback for repo fixture factory."""
8981

0 commit comments

Comments
 (0)