Skip to content

Commit 0e14bca

Browse files
committed
Remove TODO
1 parent ffda0af commit 0e14bca

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/runfiles/runfiles_test.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -773,11 +773,6 @@ def testRepositoryMappingTruthiness(self) -> None:
773773
self.assertFalse(empty_mapping)
774774
self.assertFalse(bool(empty_mapping))
775775

776-
# TODO: Add manifest-based test for compact repo mapping
777-
# def testManifestBasedRlocationWithCompactRepoMapping(self) -> None:
778-
# """Test that compact repo mapping also works with manifest-based runfiles."""
779-
# pass
780-
781776
def testCurrentRepository(self) -> None:
782777
# Under bzlmod, the current repository name is the empty string instead
783778
# of the name in the workspace file.

0 commit comments

Comments
 (0)