We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb56a0f commit 3eebda1Copy full SHA for 3eebda1
examples/pip_parse/pip_parse_test.py
@@ -28,7 +28,6 @@ class PipInstallTest(unittest.TestCase):
28
def _remove_leading_dirs(self, paths):
29
# Removes the first two directories (external/<reponame>)
30
# to normalize what workspace and bzlmod produce.
31
- #return [str(Path(*Path(v).parts[2:])) for v in paths]
32
return [
33
'/'.join(v.split('/')[2:])
34
for v in paths
0 commit comments