test(release): isolate manifest gate remote
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user