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 165ece8d68bd6870645f85a90df65a8b5412080c Author: Tristan van Berkom <[email protected]> AuthorDate: Wed Mar 30 14:36:30 2022 +0900 tests/conftest.py: Remove git from generic source tests --- tests/conftest.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/conftest.py b/tests/conftest.py index 0f3a2dd..69f9a07 100755 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -30,8 +30,6 @@ from buildstream._testing._fixtures import ( # pylint: disable=unused-import ) from buildstream._testing.integration import integration_cache # pylint: disable=unused-import - -from tests.testutils.repo.git import Git from tests.testutils.repo.tar import Tar @@ -128,7 +126,6 @@ def remote_services(request): ################################################# # Setup for templated source tests # ################################################# -register_repo_kind("git", Git, None) register_repo_kind("tar", Tar, None)
