test(release): isolate manifest gate remote

This commit is contained in:
2026-07-22 16:34:39 +02:00
parent 25fbbaf5ad
commit 36f662c56f

View File

@@ -118,9 +118,11 @@ class ReleaseRepositoryTagTests(unittest.TestCase):
def test_empty_manifest_workspace_blocks_source_tagging(self) -> None: def test_empty_manifest_workspace_blocks_source_tagging(self) -> None:
workspace = self.root / "empty-manifest-workspace" workspace = self.root / "empty-manifest-workspace"
remote_root = self.root / "empty-manifest-remotes"
workspace.mkdir() workspace.mkdir()
remote_root.mkdir()
core, _ = create_release_repo( core, _ = create_release_repo(
root=self.root, root=remote_root,
workspace=workspace, workspace=workspace,
name="govoplan-core", name="govoplan-core",
version="0.1.10", version="0.1.10",